linuxwave: 0.2.0 -> 0.3.0 (#402361)

This commit is contained in:
Wolfgang Walther
2025-06-27 21:25:39 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -4,10 +4,10 @@
linkFarm "zig-packages" [
{
name = "122062d301a203d003547b414237229b09a7980095061697349f8bef41be9c30266b";
name = "clap-0.10.0-oBajB434AQBDh-Ei3YtoKIRxZacVPF1iSwp3IX_ZB8f0";
path = fetchzip {
url = "https://github.com/Hejsil/zig-clap/archive/refs/tags/0.9.1.tar.gz";
hash = "sha256-pscDsE1jJK1Nktq7rv/ScvsDqvvklFvtiGqOFf2eWvY=";
url = "https://github.com/Hejsil/zig-clap/archive/refs/tags/0.10.0.tar.gz";
hash = "sha256-leXnA97ITdvmBhD2YESLBZAKjBg+G4R/+PPPRslz/ec=";
};
}
]
+4 -4
View File
@@ -3,23 +3,23 @@
stdenv,
fetchFromGitHub,
installShellFiles,
zig_0_13,
zig_0_14,
callPackage,
}:
let
zig = zig_0_13;
zig = zig_0_14;
in
stdenv.mkDerivation (finalAttrs: {
pname = "linuxwave";
version = "0.2.0";
version = "0.3.0";
src = fetchFromGitHub {
owner = "orhun";
repo = "linuxwave";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-mPBtffqd0+B7J8FxolzOarCyJIZBWkWPBbqZlhX0VSY=";
hash = "sha256-OuD5U/T3GuCQrzdhx01NXPSXD7pUAvLnNsznttJogz8=";
};
postPatch = ''