git-town: 21.2.0 -> 21.3.0 (#425913)

This commit is contained in:
Paul Meyer 2025-07-28 14:51:29 +02:00 committed by GitHub
commit 98336bb4d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
buildGoModule rec {
pname = "git-town";
version = "21.2.0";
version = "21.3.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
tag = "v${version}";
hash = "sha256-/d3HXTkbb2z7+e141pquhDVvl+veFD6Z7m64026Xak4=";
hash = "sha256-G1xeMOKZ1EKCZXqC2fJEUa5PeWUGknv0zew7rjAXqkM=";
};
vendorHash = null;