git-town: 14.2.1 -> 14.2.2

This commit is contained in:
R. Ryantm 2024-06-07 07:52:04 +00:00
parent bf3faad723
commit 84e2b5d05c

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-town";
version = "14.2.1";
version = "14.2.2";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
hash = "sha256-7wsN95I8Xa5CXh1Mg3Wv4gyTSRzZMqJ06ALLsud3l2k=";
hash = "sha256-bYCE3Ik0UbbjlZV8EY6pVRZzrTBp2uiZLJjO4UxfGE8=";
};
vendorHash = null;