gitty: 0.3.0 -> 0.5.0

This commit is contained in:
Philipp 2021-12-26 15:31:50 +01:00
parent d398a58def
commit 806797df24
No known key found for this signature in database
GPG Key ID: 2258EE3B85DE1748

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gitty";
version = "0.3.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "muesli";
repo = "gitty";
rev = "v${version}";
sha256 = "1byjcvzimwn6nmhz0agicq7zq0xhkj4idi9apm1mgd3m2l509ivj";
sha256 = "sha256-BlYZe8bLyr6QQmBwQQ0VySHohKLRVImECxfzAOPm8Xg=";
};
vendorSha256 = "1mbl585ja82kss5p8vli3hbykqxa00j8z63ypq6vi464qkh5x3py";
vendorSha256 = "sha256-LINOjjKicnr0T9RiOcSWWDl0bdY3c6EHHMTBA9LTOG4=";
ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];