meerk40t: 0.9.4000 -> 0.9.5300 (#359556)

This commit is contained in:
Martin Weinelt 2024-11-27 14:29:29 +01:00 committed by GitHub
commit 35b1664699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "MeerK40t"; pname = "MeerK40t";
version = "0.9.4000"; version = "0.9.5300";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "meerk40t"; owner = "meerk40t";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-ceDnnHdmJ6VOrM9pSxjeKQ748E8fsIqSQ36qFpXc9Ac="; hash = "sha256-dybmbmEvvTka0wMBIUDYemqDaCvG9odgCbIWYhROJLI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [