Merge pull request #152237 from pstn/gitty

gitty: 0.3.0 -> 0.5.0
This commit is contained in:
Bobby Rong 2021-12-27 11:27:55 +08:00 committed by GitHub
commit f0f35fce89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}" ];