zapzap: 5.3 -> 5.3.1

This commit is contained in:
R. Ryantm 2024-04-29 17:36:28 +00:00
parent 8cf34f783f
commit b2ce04c8f7
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "zapzap";
version = "5.3";
version = "5.3.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "zapzap-linux";
repo = "zapzap";
rev = "refs/tags/${version}";
hash = "sha256-KUWkpdT0v4Y85ga8NsF3fbiSjfhWXC+WpHESTPCW+oE=";
hash = "sha256-RDkuYR74vjXnPgiqDCeY6y9yQNvAWAaQfWmfs7xic9E=";
};
nativeBuildInputs = with python3Packages; [