about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-01 18:15:35 +0200
committerGitHub <noreply@github.com>2024-06-01 18:15:35 +0200
commite9003a25879740a9b545bb966a91123a2368a0e2 (patch)
treeea771d8aeacd97b2c0fef3081053ae0a25ba491a /pkgs/applications/version-management
parent2a1c56ca1f02e60e07ca538fb32e1d2f7f033864 (diff)
parent360ff3e5babe9b2ddb0a076cbfb3ba25a37ce083 (diff)
Merge pull request #316039 from r-ryantm/auto-update/git-town
git-town: 14.2.0 -> 14.2.1
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/git-town/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-town/default.nix b/pkgs/applications/version-management/git-town/default.nix
index c2d9fd54f0033..634d529cafd2c 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 = "14.2.0";
+  version = "14.2.1";
 
   src = fetchFromGitHub {
     owner = "git-town";
     repo = "git-town";
     rev = "v${version}";
-    hash = "sha256-+OJ8aUA/VFOAzdCRcOCQKm6/RjRe13TITP1DAWqoAQI=";
+    hash = "sha256-7wsN95I8Xa5CXh1Mg3Wv4gyTSRzZMqJ06ALLsud3l2k=";
   };
 
   vendorHash = null;