about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-03 10:35:56 +0200
committerGitHub <noreply@github.com>2024-05-03 10:35:56 +0200
commit453b9d27f1b6e75753707ee75b057ae51cb4e7d5 (patch)
tree56da4b47a11648270ad34a331b50bd93058dbb45 /pkgs/applications
parent5f8dedeefa1ae688f2f4732fbc337e33c1df41e2 (diff)
parentbee10360d9ac9abc16efb930dc775981aaf06f29 (diff)
Merge pull request #306082 from r-ryantm/auto-update/git-machete
git-machete: 3.25.0 -> 3.25.2
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/git-machete/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-machete/default.nix b/pkgs/applications/version-management/git-machete/default.nix
index 3c97c1e2024b2..a6cf657d61d70 100644
--- a/pkgs/applications/version-management/git-machete/default.nix
+++ b/pkgs/applications/version-management/git-machete/default.nix
@@ -12,13 +12,13 @@
 
 buildPythonApplication rec {
   pname = "git-machete";
-  version = "3.25.0";
+  version = "3.25.2";
 
   src = fetchFromGitHub {
     owner = "virtuslab";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-tLEuSwM8X0+oQDB9fmj5OQsC7iA906EQZz3yvB6rXfk=";
+    hash = "sha256-uTbDrSR2Aqeq73PI0dghCkOQS7QPFb/I9Yrl3wIH9ZQ=";
   };
 
   nativeBuildInputs = [ installShellFiles ];