Merge pull request #248289 from r-ryantm/auto-update/git-town

git-town: 9.0.0 -> 9.0.1
This commit is contained in:
Jörg Thalheim
2023-08-10 08:04:17 +01:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-town";
version = "9.0.0";
version = "9.0.1";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
hash = "sha256-huo0PRqc2iBBYXGBVdgtPJhbPoIqqjN2loXQ3CqVaOA=";
hash = "sha256-JvN7te59uRMC0TOWsBUYNEPLIn4nLlIvXI5gOQfQaCU=";
};
vendorHash = null;