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

git-town: 13.0.1 -> 13.0.2
This commit is contained in:
Weijia Wang 2024-04-06 23:10:29 +02:00 committed by GitHub
commit cf2086be8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-town";
version = "13.0.1";
version = "13.0.2";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
hash = "sha256-Ds3N5KUpB0HLRrKH/kpcBqtOtBD1fizYPsfKedBorTo=";
hash = "sha256-NT/d6JRecM2g7e+mREYEi1LbUcRkwxmMEuy+IrpCjFA=";
};
vendorHash = null;