git-town: 15.0.0 -> 15.1.0

This commit is contained in:
R. Ryantm
2024-08-13 02:23:44 +00:00
parent 78f1673b19
commit 6861b55933
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-town";
version = "15.0.0";
version = "15.1.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
hash = "sha256-Gp2X9DCnueSVbeqFBNxLfvlXh4PzlybVdh8xKjaFICQ=";
hash = "sha256-e4lOyYQHsVOmOYKQ+3B2EdneWL8NEzboTlRKtO8Wdjg=";
};
vendorHash = null;