go-modules: Update files to use vendorSha256

This commit is contained in:
Colin L Rice
2020-05-14 07:22:21 +01:00
committed by Jörg Thalheim
parent a0ddea1d6a
commit d6162dab50
215 changed files with 3251 additions and 423 deletions
+4 -2
View File
@@ -4,6 +4,8 @@ buildGoModule rec {
pname = "up";
version = "0.3.2";
patches = [ ./gomod.patch ];
src = fetchFromGitHub {
owner = "akavel";
repo = "up";
@@ -11,7 +13,7 @@ buildGoModule rec {
sha256 = "1psixyymk98z52yy92lwb75yfins45dw6rif9cxwd7yiascwg2if";
};
modSha256 = "0nfs190rzabphhhyacypz3ic5c4ajlqpx9jiiincs0vxfkmfwnjd";
vendorSha256 = "1h3w4i7dyh6yagqmdclvflfq6fx0z880jdnpf28assv7fxd9rjsx";
meta = with lib; {
description = "Ultimate Plumber is a tool for writing Linux pipes with instant live preview";
@@ -19,4 +21,4 @@ buildGoModule rec {
maintainers = with maintainers; [ ma27 ];
license = licenses.asl20;
};
}
}