Skip to content

Commit

Permalink
Merge pull request NixOS#230143 from r-ryantm/auto-update/git-machete
Browse files Browse the repository at this point in the history
git-machete: 3.17.1 -> 3.17.3
  • Loading branch information
figsoda authored May 5, 2023
2 parents 985d88d + 9dd3a86 commit 276f75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/git-machete/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

buildPythonApplication rec {
pname = "git-machete";
version = "3.17.1";
version = "3.17.3";

src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-UpByKN2L0g42ProwHNRxPw6ggxyDVTUZfWRF+TpUVKc=";
hash = "sha256-XBgYLrbxHE5czcEzYhX4ORQFtyKHcDw3VmZVx2TtycI=";
};

nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit 276f75e

Please sign in to comment.