git-town: 13.0.1 -> 13.0.2

This commit is contained in:
R. Ryantm 2024-04-06 06:22:30 +00:00
parent f6eb921406
commit c3ee3341fb
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;