Merge pull request #304975 from r-ryantm/auto-update/zapzap

zapzap: 5.2.1 -> 5.3
This commit is contained in:
Nick Cao 2024-04-18 10:27:43 -04:00 committed by GitHub
commit 9da491b82c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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