0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

git-town: 20.1.0 -> 20.2.0 (#410010)

This commit is contained in:
Nick Cao 2025-05-23 17:18:38 -04:00 committed by GitHub
commit 07bcc29d5b
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.1.0";
version = "20.2.0";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
tag = "v${version}";
hash = "sha256-RoSLRGi//vk/jp/6rxI//cKdeoNL8nI73ZdeRKDesfs=";
hash = "sha256-q1wiqE2pd1qLw0nTw3CEpJybGia+KwRacgejofk4kJ8=";
};
vendorHash = null;