Changelog: https://github.com/orhun/linuxwave/releases/tag/v0.4.0 Diff: https://github.com/orhun/linuxwave/compare/v0.3.0...v0.4.0
14 lines
378 B
Nix
Generated
14 lines
378 B
Nix
Generated
# generated by zon2nix (https://github.com/nix-community/zon2nix)
|
|
|
|
{ linkFarm, fetchzip }:
|
|
|
|
linkFarm "zig-packages" [
|
|
{
|
|
name = "clap-0.12.0-oBajB7foAQDqlSwaSG5g0yq7xGbQARUsBk5T64gAOqP5";
|
|
path = fetchzip {
|
|
url = "https://github.com/Hejsil/zig-clap/archive/refs/tags/0.12.0.tar.gz";
|
|
hash = "sha256-HveL7aJBC+/8PNlGYxtNZBrk3ytkM8zuXENO9JpygC0=";
|
|
};
|
|
}
|
|
]
|