zapzap: 5.2 -> 5.2.1
This commit is contained in:
parent
e2fc21a875
commit
cac6cb1f13
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "zapzap";
|
pname = "zapzap";
|
||||||
version = "5.2";
|
version = "5.2.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zapzap-linux";
|
owner = "zapzap-linux";
|
||||||
repo = "zapzap";
|
repo = "zapzap";
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-vG8yDW0+scImPWHyVJs2QkiSWbjPLR9Z01zkOWZi/BI=";
|
hash = "sha256-Jswt/SWsrrXdJtaT3FAOuOCkrwlpy+lSJa6/gquMiwY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3Packages; [
|
nativeBuildInputs = with python3Packages; [
|
||||||
|
|
Loading…
Reference in a new issue