go-modules: Update files to use vendorSha256
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user