Loading pkgs/by-name/iw/iwe/package.nix +10 −3 Original line number Diff line number Diff line { stdenv, lib, fetchFromGitHub, rustPlatform, Loading @@ -7,22 +8,28 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "iwe"; version = "0.0.33"; version = "0.0.56"; src = fetchFromGitHub { owner = "iwe-org"; repo = "iwe"; tag = "iwe-v${finalAttrs.version}"; hash = "sha256-PjonpAyq6FPJs5mo4W3z9yIVU8auGGtTrK/GBxMcPbk="; hash = "sha256-nEn2iR2/ROboalMAXJV4y8qZiN36QkaWin+sMLZSKMQ="; }; cargoHash = "sha256-EfoDpa2hN9W2unci4rIi4gjlJV2NzdU77FbOW0OTu2c="; cargoHash = "sha256-fi16wLc/ZQV2bJHiIo7HVP+IS8zuoJeQQ7kV0cJ9GZ8="; cargoBuildFlags = [ "--package=iwe" "--package=iwes" ]; postPatch = '' substituteInPlace crates/iwe/tests/common/mod.rs --replace-fail \ 'binary_path.push("target");' \ 'binary_path.push("target/${stdenv.hostPlatform.rust.rustcTarget}");' ''; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; doInstallCheck = true; Loading Loading
pkgs/by-name/iw/iwe/package.nix +10 −3 Original line number Diff line number Diff line { stdenv, lib, fetchFromGitHub, rustPlatform, Loading @@ -7,22 +8,28 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "iwe"; version = "0.0.33"; version = "0.0.56"; src = fetchFromGitHub { owner = "iwe-org"; repo = "iwe"; tag = "iwe-v${finalAttrs.version}"; hash = "sha256-PjonpAyq6FPJs5mo4W3z9yIVU8auGGtTrK/GBxMcPbk="; hash = "sha256-nEn2iR2/ROboalMAXJV4y8qZiN36QkaWin+sMLZSKMQ="; }; cargoHash = "sha256-EfoDpa2hN9W2unci4rIi4gjlJV2NzdU77FbOW0OTu2c="; cargoHash = "sha256-fi16wLc/ZQV2bJHiIo7HVP+IS8zuoJeQQ7kV0cJ9GZ8="; cargoBuildFlags = [ "--package=iwe" "--package=iwes" ]; postPatch = '' substituteInPlace crates/iwe/tests/common/mod.rs --replace-fail \ 'binary_path.push("target");' \ 'binary_path.push("target/${stdenv.hostPlatform.rust.rustcTarget}");' ''; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--version"; doInstallCheck = true; Loading