Merge pull request #334276 from r-ryantm/auto-update/git-town

git-town: 15.0.0 -> 15.1.0
This commit is contained in:
Nick Cao 2024-08-18 09:38:50 -04:00 committed by GitHub
commit e2307b5d33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-town";
version = "15.0.0";
version = "15.1.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
hash = "sha256-Gp2X9DCnueSVbeqFBNxLfvlXh4PzlybVdh8xKjaFICQ=";
hash = "sha256-e4lOyYQHsVOmOYKQ+3B2EdneWL8NEzboTlRKtO8Wdjg=";
};
vendorHash = null;