Skip to content

Commit

Permalink
git-machete: 3.29.2 -> 3.29.3 (NixOS#343020)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Sep 20, 2024
2 parents 619e9e2 + d4ae016 commit 43254fc
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 @@ -10,13 +10,13 @@

buildPythonApplication rec {
pname = "git-machete";
version = "3.29.2";
version = "3.29.3";

src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-C3AQ5HHsD2JfF/BO+t3Rbx1DQwRXMG41i2wsk/9BkF8=";
hash = "sha256-3GXTdIXITZeDqe6gxwOCaFXwITYYfXTy57H2AHA5Zyc=";
};

nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit 43254fc

Please sign in to comment.