Skip to content

Commit 53370ca

Browse files
authored
git-machete: 3.32.1 -> 3.33.0 (#383793)
2 parents 9232598 + 239511f commit 53370ca

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/version-management/git-machete

1 file changed

+2
-2
lines changed

pkgs/applications/version-management/git-machete/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
buildPythonApplication rec {
1313
pname = "git-machete";
14-
version = "3.32.1";
14+
version = "3.33.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "virtuslab";
1818
repo = pname;
1919
rev = "v${version}";
20-
hash = "sha256-G62KCL0l1WTJoSXfJoQd1HXWleKPC8OjX39AD9NOgV0=";
20+
hash = "sha256-kzMjMyqaf4F/cRJ6+r9Ne+NUlG98iubKYqAm+NpmRtM=";
2121
};
2222

2323
nativeBuildInputs = [ installShellFiles ];

0 commit comments

Comments
 (0)