lyrebird: 1.1.0 -> 1.2.0
This commit is contained in:
parent
4e8cc56b97
commit
f12d42779b
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ let
|
||||||
in
|
in
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "lyrebird";
|
pname = "lyrebird";
|
||||||
version = "1.1.0";
|
version = "1.2.0";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
@ -28,8 +28,8 @@ python3Packages.buildPythonApplication rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "chxrlt";
|
owner = "chxrlt";
|
||||||
repo = "lyrebird";
|
repo = "lyrebird";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "0wmnww2wi8bb9m8jgc18n04gjia8pf9klmvij0w98xz11l6kxb13";
|
sha256 = "sha256-VIYcOxvSpzRvJMzEv2i5b7t0WMF7aQxB4Y1jfvuZN/Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ toml pygobject3 ];
|
propagatedBuildInputs = with python3Packages; [ toml pygobject3 ];
|
||||||
|
|
Loading…
Reference in a new issue