git-town: 16.3.0 -> 16.4.1

This commit is contained in:
R. Ryantm 2024-10-25 11:41:17 +00:00
parent b50e35f98d
commit b46365ee77

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-town";
version = "16.3.0";
version = "16.4.1";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
hash = "sha256-q4bRUz6ZI6y0AYEDMUBMN1YJxmHkIDDkUiMd4rQbDHk=";
hash = "sha256-8Xr1R6txsJBGzBtvvKOCg2lcAHksl4hNPc9zySkTfdg=";
};
vendorHash = null;