summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-01-12 13:10:28 -0800
committerGitHub <noreply@github.com>2022-01-12 22:10:28 +0100
commitdd5d6b87bba663542504a810498b7b228f876864 (patch)
tree07417fd32fcda76c8f1edc2f6bed36039ef98b1d
parentgphoto2: 2.5.27 -> 2.5.28 (diff)
downloadnixpkgs-dd5d6b87bba663542504a810498b7b228f876864.tar.gz
gitty: 0.5.0 -> 0.6.0
(#154508)
-rw-r--r--pkgs/applications/version-management/git-and-tools/gitty/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/gitty/default.nix b/pkgs/applications/version-management/git-and-tools/gitty/default.nix
index bc27c4eb9094..759694b0eb3e 100644
--- a/pkgs/applications/version-management/git-and-tools/gitty/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/gitty/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gitty";
- version = "0.5.0";
+ version = "0.6.0";
src = fetchFromGitHub {
owner = "muesli";
repo = "gitty";
rev = "v${version}";
- sha256 = "sha256-BlYZe8bLyr6QQmBwQQ0VySHohKLRVImECxfzAOPm8Xg=";
+ sha256 = "sha256-gjiFaBM6PP937l5EQIeB27kGuZCT7cmVHm0UwuytqfE=";
};
- vendorSha256 = "sha256-LINOjjKicnr0T9RiOcSWWDl0bdY3c6EHHMTBA9LTOG4=";
+ vendorSha256 = "sha256-CytlkfOzrmCRjj4tGoDUbqdim5DWElMYo1Tosw7Dhmg=";
ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];