git-town: 16.1.1 -> 16.2.1

This commit is contained in:
R. Ryantm
2024-09-23 00:01:38 +00:00
parent 81ea4e40bf
commit f80a5b1d94
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-town";
version = "16.1.1";
version = "16.2.1";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
hash = "sha256-H4FtFSI/c7UxRLZB8kz873DIN6kLUwmRZtz3+4zaR7w=";
hash = "sha256-/60n/JvT7XRfEVic6Jmi05WpsAy4mRsE/GAnetTMC1I=";
};
vendorHash = null;