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

zapzap: 5.2 -> 5.2.1
This commit is contained in:
Nick Cao 2024-02-26 09:36:04 -05:00 committed by GitHub
commit 5e09ec86ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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