git-town: 14.1.0 -> 14.2.0

This commit is contained in:
R. Ryantm 2024-04-25 13:24:09 +00:00
parent 5dd187f3b7
commit c6a10978aa
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-town";
version = "14.1.0";
version = "14.2.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
hash = "sha256-BhtKl052P3PGxGXb5lSOIsncJLiNlevzBMEF2kCuFpM=";
hash = "sha256-+OJ8aUA/VFOAzdCRcOCQKm6/RjRe13TITP1DAWqoAQI=";
};
vendorHash = null;