git-town: 20.2.0 -> 21.0.0 (#413163)

This commit is contained in:
Aleksana 2025-06-09 23:22:59 +08:00 committed by GitHub
commit 6e5cfc8fb3
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 = "20.2.0";
version = "21.0.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
tag = "v${version}";
hash = "sha256-q1wiqE2pd1qLw0nTw3CEpJybGia+KwRacgejofk4kJ8=";
hash = "sha256-Wnp3qkF7e358uGftBy5vi3GandyZsAyxESvgUFB7mmM=";
};
vendorHash = null;