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
commit 4865ccf046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;