Merge pull request #281126 from fabaff/zircolite-bump

zircolite: 2.9.9 -> 2.10.0
This commit is contained in:
Fabian Affolter 2024-01-15 19:52:31 +01:00 committed by GitHub
commit 51ab0b5e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,16 +6,18 @@
python3.pkgs.buildPythonApplication rec {
pname = "zircolite";
version = "2.9.9";
version = "2.10.0";
format = "other";
src = fetchFromGitHub {
owner = "wagga40";
repo = "Zircolite";
rev = "refs/tags/${version}";
hash = "sha256-De1FLeYZY9eiBW18AVAMtYysC0b8AzO5HtFKxyzK9GY=";
hash = "sha256-r5MIoP+6CnAGsOtK4YLshLBVSZN2NVrwnkuHHDdLZrQ=";
};
__darwinAllowLocalNetworking = true;
nativeBuildInputs = [
makeWrapper
];