gitty: 0.5.0 -> 0.6.0

(#154508)

authored by R. RyanTM and committed by GitHub dd5d6b87 bad08fbe

+3 -3
+3 -3
pkgs/applications/version-management/git-and-tools/gitty/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gitty"; 5 - version = "0.5.0"; 5 + version = "0.6.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "muesli"; 9 9 repo = "gitty"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-BlYZe8bLyr6QQmBwQQ0VySHohKLRVImECxfzAOPm8Xg="; 11 + sha256 = "sha256-gjiFaBM6PP937l5EQIeB27kGuZCT7cmVHm0UwuytqfE="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-LINOjjKicnr0T9RiOcSWWDl0bdY3c6EHHMTBA9LTOG4="; 14 + vendorSha256 = "sha256-CytlkfOzrmCRjj4tGoDUbqdim5DWElMYo1Tosw7Dhmg="; 15 15 16 16 ldflags = [ "-s" "-w" "-X=main.Version=${version}" ]; 17 17