1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

git-town: 9.0.1 -> 10.0.1
This commit is contained in:
Weijia Wang 2023-12-05 02:57:18 +01:00 committed by GitHub
commit 70ae97dae0
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.1";
version = "10.0.1";
src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
hash = "sha256-JvN7te59uRMC0TOWsBUYNEPLIn4nLlIvXI5gOQfQaCU=";
hash = "sha256-b4NwimMHF5023I0NvfYMlYIJA9Tj6wPwfKDI4Fmo3lg=";
};
vendorHash = null;
@ -55,7 +55,7 @@ buildGoModule rec {
passthru.tests.version = testers.testVersion {
package = git-town;
command = "git-town version";
command = "git-town --version";
version = "v${version}";
};