zapzap: 5.3 -> 5.3.1
This commit is contained in:
parent
8cf34f783f
commit
b2ce04c8f7
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "zapzap";
|
pname = "zapzap";
|
||||||
version = "5.3";
|
version = "5.3.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zapzap-linux";
|
owner = "zapzap-linux";
|
||||||
repo = "zapzap";
|
repo = "zapzap";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-KUWkpdT0v4Y85ga8NsF3fbiSjfhWXC+WpHESTPCW+oE=";
|
hash = "sha256-RDkuYR74vjXnPgiqDCeY6y9yQNvAWAaQfWmfs7xic9E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3Packages; [
|
nativeBuildInputs = with python3Packages; [
|
||||||
|
|
Loading…
Reference in a new issue