Merge pull request #36545 from ryantm/auto-update/gitless
gitless: 0.8.5 -> 0.8.6
This commit is contained in:
commit
6a5c5b342b
@ -1,14 +1,14 @@
|
|||||||
{ fetchFromGitHub, pythonPackages, stdenv }:
|
{ fetchFromGitHub, pythonPackages, stdenv }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
ver = "0.8.5";
|
ver = "0.8.6";
|
||||||
name = "gitless-${ver}";
|
name = "gitless-${ver}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sdg-mit";
|
owner = "sdg-mit";
|
||||||
repo = "gitless";
|
repo = "gitless";
|
||||||
rev = "v${ver}";
|
rev = "v${ver}";
|
||||||
sha256 = "1v22i5lardswpqb6vxjgwra3ac8652qyajbijfj18vlkhajz78hq";
|
sha256 = "1q6y38f8ap6q1livvfy0pfnjr0l8b68hyhc9r5v87fmdyl7y7y8g";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [ sh pygit2 clint ];
|
propagatedBuildInputs = with pythonPackages; [ sh pygit2 clint ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user