gitlab: 12.10.6 -> 12.10.8
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
buildGoPackage rec {
|
||||
pname = "gitlab-workhorse";
|
||||
|
||||
version = "8.30.1";
|
||||
version = "8.30.2";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "gitlab-org";
|
||||
repo = "gitlab-workhorse";
|
||||
rev = "v${version}";
|
||||
sha256 = "0rdlhvjc34iv2gxnyj2b5z6lc9xjb2jd6q4lcxylv3503ni1pdvw";
|
||||
sha256 = "1ws59ry16kx4nqp92xcqw3fri570pvpdgvy822ndi7rybw5xij7p";
|
||||
};
|
||||
|
||||
goPackagePath = "gitlab.com/gitlab-org/gitlab-workhorse";
|
||||
|
||||
@@ -9,15 +9,6 @@
|
||||
sha256 = "0pbz5migljd5whxh6z1w79cwx93n85mcs3x1bckl27yzaa4lvqsl";
|
||||
};
|
||||
}
|
||||
{
|
||||
goPackagePath = "dmitri.shuralyov.com/gpu/mtl";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://dmitri.shuralyov.com/gpu/mtl";
|
||||
rev = "666a987793e9";
|
||||
sha256 = "1isd03hgiwcf2ld1rlp0plrnfz7r4i7c5q4kb6hkcd22axnmrv0z";
|
||||
};
|
||||
}
|
||||
{
|
||||
goPackagePath = "github.com/BurntSushi/toml";
|
||||
fetch = {
|
||||
|
||||
Reference in New Issue
Block a user