git-town: 14.0.0 -> 14.1.0

This commit is contained in:
R. Ryantm 2024-04-20 00:57:14 +00:00
parent c6d6ab9c08
commit 96a74aa982
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-town";
version = "14.0.0";
version = "14.1.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
hash = "sha256-GF1nNb/poFDXKwpqYZvQrTZ7CkNgO39KrrDuc94o/tw=";
hash = "sha256-BhtKl052P3PGxGXb5lSOIsncJLiNlevzBMEF2kCuFpM=";
};
vendorHash = null;