git-town: 20.1.0 -> 20.2.0

This commit is contained in:
R. Ryantm 2025-05-23 02:56:13 +00:00
parent fe51d34885
commit 04916be0e3

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;