Merge pull request #98339 from VirtusLab/git-machete-2.15.6

gitAndTools.git-machete: 2.15.5 -> 2.15.6
This commit is contained in:
Mario Rodas 2020-09-20 16:31:17 -05:00 committed by GitHub
commit 3072630c31
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.15.5"; version = "2.15.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "11an0hwva1jlf9y7vd9mscs4g6lzja1rwizsani6411xs6m121a3"; sha256 = "0ajb3m3i3pfc5v3gshglk7qphk1rpniwx8q8isgx1a6cyarzr9bd";
}; };
nativeBuildInputs = [ installShellFiles pbr ]; nativeBuildInputs = [ installShellFiles pbr ];