git-town: 18.0.0 -> 18.1.0

This commit is contained in:
R. Ryantm
2025-03-21 07:12:02 +00:00
parent 750fef2a63
commit ad8e10d700
+2 -2
View File
@@ -12,13 +12,13 @@
buildGoModule rec {
pname = "git-town";
version = "18.0.0";
version = "18.1.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
tag = "v${version}";
hash = "sha256-vn0Cq53gqe0HGrtYMUHCFsE13CpaBJqC4LxrkJSel1Y=";
hash = "sha256-dx19gzHhCCcdlI80CYhbfKHRS0AQB0DnHphV2mqmI/Y=";
};
vendorHash = null;