about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-04-26 14:23:14 -0400
committerGitHub <noreply@github.com>2023-04-26 14:23:14 -0400
commit9db9fdf9c859ac6d520c3b974a9f5391e22cca68 (patch)
tree0cb2323d2da554f837ec2b18765b131ac5cf49d1 /pkgs
parent1bace74c76040009dfe7dd4a1e82c2df37e2b734 (diff)
parent8afa0168c0614cc443ce206bedaf5c36b0381c92 (diff)
Merge pull request #228344 from r-ryantm/auto-update/git-machete
git-machete: 3.17.0 -> 3.17.1
Diffstat (limited to 'pkgs')
-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 66d0ef0d1b8ee..f1b40267d0b8f 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.17.0";
+  version = "3.17.1";
 
   src = fetchFromGitHub {
     owner = "virtuslab";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-F+2xbfMsc6izL0f8EjDfGaJs17xDNQn8/k8mvnLYzcM=";
+    hash = "sha256-UpByKN2L0g42ProwHNRxPw6ggxyDVTUZfWRF+TpUVKc=";
   };
 
   nativeBuildInputs = [ installShellFiles ];