about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-03-04 13:26:37 -0500
committerGitHub <noreply@github.com>2023-03-04 13:26:37 -0500
commit707a47116598f3c68dd0a453f7df2482e385d539 (patch)
tree5112cc69b594d14118c2e35c97a990c6d780635d /pkgs/applications
parent9c2b5671c10402904ed9b2bc596f341897c094ba (diff)
parentb3209f6dbc9b6431b8d14044b5a03a0c66f3108c (diff)
Merge pull request #219503 from r-ryantm/auto-update/git-machete
git-machete: 3.15.2 -> 3.16.0
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 885f6d1355e93..455b7497aa96a 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.2";
+  version = "3.16.0";
 
   src = fetchFromGitHub {
     owner = "virtuslab";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-hIm3JDLXUTwjuVfAHvZBWFBJNOAVWyfl/X4A6B0OoXg=";
+    hash = "sha256-94qYCyWqVwMMptlJIe4o4/mEHnhcMubcupd+Qs2SYH0=";
   };
 
   nativeBuildInputs = [ installShellFiles ];