about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2023-01-16 01:04:43 +0100
committerGitHub <noreply@github.com>2023-01-16 01:04:43 +0100
commit96d691900a7714d86fd10263628c78c145b74a8a (patch)
treef75fbd8f3da55e1462510e759fede50286417725 /pkgs/applications
parent0a694706aa86c366eace47a20c7c3689273fe178 (diff)
parent8081aee9f1ba5b6c50cd98a966406679d5db2f94 (diff)
Merge pull request #210879 from r-ryantm/auto-update/git-machete
git-machete: 3.14.0 -> 3.14.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 951d241ec65c1..0fd110dcc3f82 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.14.0";
+  version = "3.14.2";
 
   src = fetchFromGitHub {
     owner = "virtuslab";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-UgWPm4IxzydO1qqhjbodUIAmqIhTIITYARMvw+F9T7E=";
+    hash = "sha256-uIVt7pneJq7l/kMSa7VqhcQgXhHCrpBGEqE7QZaDyQQ=";
   };
 
   nativeBuildInputs = [ installShellFiles ];