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
+2 -3
View File
@@ -20,7 +20,7 @@ buildGoModule rec {
rm $out/bin/helpgen
'';
modSha256 = "0d0hfmdk81apha3r7zspam8wqadpy6qmqkgbq0sbiwrji4155hrh";
vendorSha256 = "10wcyxzkwvbhf86dq1rh852zgdg28draay0515zp459z34vv4zna";
meta = with lib; {
description = "Command line tools for fly.io services";
@@ -28,5 +28,4 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [ aaronjanse ];
};
}
}
+2 -2
View File
@@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "12jns7m9liyjg9wy8ynvji2d2g4k2z1ymp6k3610mivmvg159sy4";
};
modSha256 = "09jk3mxf7n9wf1cgyiw9mhsr55fb12k399dmzhnib3vhd9xav15i";
vendorSha256 = "120d3nzk8cr5496cxp5p6ydlzw9mmpg7dllqhv1kpgwlbxmd8vr3";
buildFlagsArray = [ "-ldflags=-s -w -X main.Version=${version}" ];
@@ -20,4 +20,4 @@ buildGoModule rec {
license = licenses.mit;
homepage = "https://go.tacodewolff.nl/minify";
};
}
}