Merge pull request #115255 from VirtusLab/git-machete-3.0.0

gitAndTools.git-machete: 2.16.1 -> 3.0.0
This commit is contained in:
WORLDofPEACE 2021-03-06 09:59:30 -05:00 committed by GitHub
commit 2098e5d23a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "git-machete"; pname = "git-machete";
version = "2.16.1"; version = "3.0.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "00xh3q3gmi88qcl0a61pw532iyw4xcls5h336cjzld70ps2r89g4"; sha256 = "077xs3grjidahxz1gc93565b25blf97lwsljmkmr0yapps8z630d";
}; };
nativeBuildInputs = [ installShellFiles pbr ]; nativeBuildInputs = [ installShellFiles pbr ];