diff options
author | figsoda | 2023-02-08 14:01:03 -0500 |
---|---|---|
committer | GitHub | 2023-02-08 14:01:03 -0500 |
commit | 09d38c4d143ee3c338ce988a8bf1ff5e996809e8 (patch) | |
tree | e3c28759a02491ad2be6c3016d8a356fe923df85 | |
parent | 54ee2f301fa534cf0b0a20e0ce44152755e2f8a5 (diff) | |
parent | ea4693ba9157746f64f3e8ef28b232998c2556b0 (diff) |
Merge pull request #215325 from r-ryantm/auto-update/git-machete
git-machete: 3.14.3 -> 3.15.0
-rw-r--r-- | pkgs/applications/version-management/git-machete/default.nix | 4 |
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 24fc850b31b0..9667e7bd2fee 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.3"; + version = "3.15.0"; src = fetchFromGitHub { owner = "virtuslab"; repo = pname; rev = "v${version}"; - hash = "sha256-VOny8r00JYUT4Z7LukvWTH9ZTn86vn2Dc1YhPmtdE5s="; + hash = "sha256-HSgCvHjSOrMPsdOPtgFUeK6b0ioVnwTtg2oHGg4BrZw="; }; nativeBuildInputs = [ installShellFiles ]; |