zapzap: 5.2 -> 5.2.1

This commit is contained in:
R. Ryantm 2024-02-25 21:50:21 +00:00
parent e2fc21a875
commit cac6cb1f13

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; [