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

git-town: 11.1.0 -> 13.0.1
This commit is contained in:
Weijia Wang 2024-03-30 18:44:55 +01:00 committed by GitHub
commit 28475bbe6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-town";
version = "11.1.0";
version = "13.0.1";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
hash = "sha256-QQ+sIZzkzecs+pZBzsmCL048JZpMPvdYi0PRtMN4AhY=";
hash = "sha256-Ds3N5KUpB0HLRrKH/kpcBqtOtBD1fizYPsfKedBorTo=";
};
vendorHash = null;
@ -56,7 +56,7 @@ buildGoModule rec {
passthru.tests.version = testers.testVersion {
package = git-town;
command = "git-town --version";
version = "v${version}";
inherit version;
};
meta = with lib; {