Merge pull request #215947 from r-ryantm/auto-update/bob

bob: 0.7.1 -> 0.7.2

authored by Mario Rodas and committed by GitHub 342506f9 e2ad2406

+3 -3
+3 -3
pkgs/development/tools/build-managers/bob/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "bob"; 5 - version = "0.7.1"; 5 + version = "0.7.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "benchkram"; 9 9 repo = pname; 10 10 rev = version; 11 - hash = "sha256-OuIE3saJxk8IBLPbAxdQ2uJ9oXJ3xBOaeZraw9csy1U="; 11 + hash = "sha256-yPdAf/j/vpQ2j+Zp8D7us7yaiDs47sKFPHZgggDjT3w="; 12 12 }; 13 13 14 14 ldflags = [ "-s" "-w" "-X main.Version=${version}" ]; 15 15 16 - vendorHash = "sha256-dmMoFyl9IX0QS6sNC6qzC4DQQQfvxmxuUeUfx0DBd/I="; 16 + vendorHash = "sha256-6wAbwZKm8RTMt2Wm90N3AYZREipdo7Dq+XTWsLANd88="; 17 17 18 18 excludedPackages = [ "example/server-db" "test/e2e" "tui-example" ]; 19 19