git-town: 9.0.0 -> 9.0.1

This commit is contained in:
R. Ryantm 2023-08-10 05:35:50 +00:00
parent 246b5c28a2
commit bf8891d61d

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;