about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-town
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-05 02:57:18 +0100
committerGitHub <noreply@github.com>2023-12-05 02:57:18 +0100
commit70ae97dae0bcfbfaf3bb283207b65a1e71b64d03 (patch)
tree1f8fbd56993f6f52ba7d25b4d28b55d250a86902 /pkgs/applications/version-management/git-town
parent583195ddf7045796212860478965c635350962a5 (diff)
parent2cd2b63f8397fcb4a34080790ae793c8b2f0bfce (diff)
Merge pull request #264991 from r-ryantm/auto-update/git-town
git-town: 9.0.1 -> 10.0.1
Diffstat (limited to 'pkgs/applications/version-management/git-town')
-rw-r--r--pkgs/applications/version-management/git-town/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-town/default.nix b/pkgs/applications/version-management/git-town/default.nix
index 661abe06f73e2..ec4932fc8819e 100644
--- a/pkgs/applications/version-management/git-town/default.nix
+++ b/pkgs/applications/version-management/git-town/default.nix
@@ -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}";
   };