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

git-town: 13.0.2 -> 14.0.0
This commit is contained in:
Matthias Beyer 2024-04-14 08:14:42 +02:00 committed by GitHub
commit be749f51ec
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 = "13.0.2";
version = "14.0.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
hash = "sha256-NT/d6JRecM2g7e+mREYEi1LbUcRkwxmMEuy+IrpCjFA=";
hash = "sha256-GF1nNb/poFDXKwpqYZvQrTZ7CkNgO39KrrDuc94o/tw=";
};
vendorHash = null;