Merge pull request #264991 from r-ryantm/auto-update/git-town
git-town: 9.0.1 -> 10.0.1
This commit is contained in:
commit
70ae97dae0
1 changed files with 3 additions and 3 deletions
|
@ -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}";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue