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>2023-02-20 09:48:27 +0200
committerGitHub <noreply@github.com>2023-02-20 09:48:27 +0200
commit1d3ce4c253620a09c148a9c2c44552a842ac9b15 (patch)
tree2333672b9efc973bc56f6601c772512edde5657c /pkgs/applications/version-management
parentd3b59568f3bd980bf82cc840a9f8d34fd4bbb5f2 (diff)
parent654cc11a5f4c19bc9f0a719b02f8e08e5b4efc60 (diff)
Merge pull request #217276 from r-ryantm/auto-update/git-machete
git-machete: 3.15.0 -> 3.15.2
Diffstat (limited to 'pkgs/applications/version-management')
-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 9667e7bd2feef..885f6d1355e93 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.15.0";
+  version = "3.15.2";
 
   src = fetchFromGitHub {
     owner = "virtuslab";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-HSgCvHjSOrMPsdOPtgFUeK6b0ioVnwTtg2oHGg4BrZw=";
+    hash = "sha256-hIm3JDLXUTwjuVfAHvZBWFBJNOAVWyfl/X4A6B0OoXg=";
   };
 
   nativeBuildInputs = [ installShellFiles ];