zircolite: 2.10.0 -> 2.20.0

This commit is contained in:
R. Ryantm 2024-03-27 09:24:01 +00:00
parent fd2ac5b6f3
commit 29d96cc43a
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "zircolite";
version = "2.10.0";
version = "2.20.0";
format = "other";
src = fetchFromGitHub {
owner = "wagga40";
repo = "Zircolite";
rev = "refs/tags/${version}";
hash = "sha256-r5MIoP+6CnAGsOtK4YLshLBVSZN2NVrwnkuHHDdLZrQ=";
hash = "sha256-a7xwF0amsh2SycOjtZpk3dylcBGG9uYd7vmbnz/f9Ug=";
};
__darwinAllowLocalNetworking = true;