zircolite: 2.20.0 -> 2.30.1

This commit is contained in:
R. Ryantm
2024-11-17 00:12:00 +00:00
parent de90b990cf
commit 759987af84
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "zircolite";
version = "2.20.0";
version = "2.30.1";
format = "other";
src = fetchFromGitHub {
owner = "wagga40";
repo = "Zircolite";
rev = "refs/tags/${version}";
hash = "sha256-a7xwF0amsh2SycOjtZpk3dylcBGG9uYd7vmbnz/f9Ug=";
hash = "sha256-9stQa0EMNA/qEN+bU7qBOdcwUR1vMGk70Br6wxRK8cs=";
};
__darwinAllowLocalNetworking = true;