Merge pull request #193051 from r-ryantm/auto-update/garble

garble: 0.7.1 -> 0.7.2
This commit is contained in:
figsoda
2022-09-26 14:15:14 -04:00
committed by GitHub
+4 -4
View File
@@ -6,23 +6,23 @@
}:
buildGoModule rec {
pname = "garble";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "burrowers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QQRnnH/lbleZYkmHj4XUj2uMB9h/mwolhqWfaWMk2ys=";
sha256 = "sha256-T6iUhfBcHlz9oUuovwU4ljHh4y6PRd3sRhwG6RwuspM=";
};
vendorSha256 = "sha256-Xax8KfNcFCLKqcLBNtRUNaneVCW4eUMFe4Ml+D4wLNA=";
vendorSha256 = "sha256-lGU9jbeOM8tSYZGIqQhH5I2RlBGnqrA6JUQpuHrLwKU=";
# Used for some of the tests.
checkInputs = [git];
preBuild = lib.optionalString (!stdenv.isx86_64) ''
# The test assumex amd64 assembly
rm testdata/scripts/asm.txt
rm testdata/script/asm.txtar
'';
meta = {