lol

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

garble: 0.7.1 -> 0.7.2

authored by

figsoda and committed by
GitHub
4e063746 4a1de73b

+4 -4
+4 -4
pkgs/development/tools/garble/default.nix
··· 6 6 }: 7 7 buildGoModule rec { 8 8 pname = "garble"; 9 - version = "0.7.1"; 9 + version = "0.7.2"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "burrowers"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-QQRnnH/lbleZYkmHj4XUj2uMB9h/mwolhqWfaWMk2ys="; 15 + sha256 = "sha256-T6iUhfBcHlz9oUuovwU4ljHh4y6PRd3sRhwG6RwuspM="; 16 16 }; 17 17 18 - vendorSha256 = "sha256-Xax8KfNcFCLKqcLBNtRUNaneVCW4eUMFe4Ml+D4wLNA="; 18 + vendorSha256 = "sha256-lGU9jbeOM8tSYZGIqQhH5I2RlBGnqrA6JUQpuHrLwKU="; 19 19 20 20 # Used for some of the tests. 21 21 checkInputs = [git]; 22 22 23 23 preBuild = lib.optionalString (!stdenv.isx86_64) '' 24 24 # The test assumex amd64 assembly 25 - rm testdata/scripts/asm.txt 25 + rm testdata/script/asm.txtar 26 26 ''; 27 27 28 28 meta = {