mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
zircolite: 2.9.9 -> 2.10.0
Diff: https://github.com/wagga40/Zircolite/compare/refs/tags/2.9.9...2.10.0 Changelog: https://github.com/wagga40/Zircolite/releases/tag/2.10.0
This commit is contained in:
parent
0164ab8387
commit
8db1e24adb
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "zircolite";
|
pname = "zircolite";
|
||||||
version = "2.9.9";
|
version = "2.10.0";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wagga40";
|
owner = "wagga40";
|
||||||
repo = "Zircolite";
|
repo = "Zircolite";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-De1FLeYZY9eiBW18AVAMtYysC0b8AzO5HtFKxyzK9GY=";
|
hash = "sha256-r5MIoP+6CnAGsOtK4YLshLBVSZN2NVrwnkuHHDdLZrQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
__darwinAllowLocalNetworking = true;
|
__darwinAllowLocalNetworking = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user