Skip to content

Commit 2098e5d

Browse files
authored
Merge pull request NixOS#115255 from VirtusLab/git-machete-3.0.0
gitAndTools.git-machete: 2.16.1 -> 3.0.0
2 parents 9247b11 + 5396fa3 commit 2098e5d

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

55
buildPythonApplication rec {
66
pname = "git-machete";
7-
version = "2.16.1";
7+
version = "3.0.0";
88

99
src = fetchPypi {
1010
inherit pname version;
11-
sha256 = "00xh3q3gmi88qcl0a61pw532iyw4xcls5h336cjzld70ps2r89g4";
11+
sha256 = "077xs3grjidahxz1gc93565b25blf97lwsljmkmr0yapps8z630d";
1212
};
1313

1414
nativeBuildInputs = [ installShellFiles pbr ];

0 commit comments

Comments
 (0)