2022-12-30T02:17:41 usbrelay 1.0.1 -> 1.1.2 https://github.com/darrylb123/usbrelay/releases 2022-12-30T02:17:43 attrpath: usbrelay 2022-12-30T02:17:43 Checking auto update branch... 2022-12-30T02:17:43 No auto update branch exists 2022-12-30T02:17:46 [version] 2022-12-30T02:17:48 [version] updated version and sha256 2022-12-30T02:17:48 [rustCrateVersion] 2022-12-30T02:17:48 [rustCrateVersion] No cargoSha256 found 2022-12-30T02:17:48 [golangModuleVersion] 2022-12-30T02:17:48 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-30T02:17:48 [updateScript] 2022-12-30T02:17:48 [updateScript] skipping because derivation has no updateScript 2022-12-30T02:17:48 2022-12-30T02:17:48 [quotedUrls] 2022-12-30T02:17:48 [quotedUrls] nothing found to replace 2022-12-30T02:17:48 Diff after rewrites: diff --git a/pkgs/os-specific/linux/usbrelay/default.nix b/pkgs/os-specific/linux/usbrelay/default.nix index c5b4f2b8a53..54a99cde3e9 100644 --- a/pkgs/os-specific/linux/usbrelay/default.nix +++ b/pkgs/os-specific/linux/usbrelay/default.nix @@ -1,13 +1,13 @@ { stdenv, lib, fetchFromGitHub, hidapi, installShellFiles }: stdenv.mkDerivation rec { pname = "usbrelay"; - version = "1.0.1"; + version = "1.1.2"; src = fetchFromGitHub { owner = "darrylb123"; repo = "usbrelay"; rev = version; - sha256 = "sha256-2elDrO+WaaRYdTrG40Ez00qSsNVQjXE6GdOJbWPfugE="; + sha256 = "sha256-YAf4XLwwkarLgojAo3D+CUHjNNaJZMSHcTMfwDydpYA="; }; nativeBuildInputs = [ 2022-12-30T02:19:14 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A usbrelay nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/81r6dqdmilqyimjpy461l9l7fyfb0nwm-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/4xw8n979xpivdc46a9ndcvyhwgif00hz-bash-5.1-p16/bin/bash DIR_VERSION=1.1.2 PREFIX=/nix/store/n4a43lv90vpq8vj21qlm1nzp5m2pxzfj-usbrelay-1.1.2 echo "#define GITVERSION \"1.1.2\"" > gitversion.h gcc -shared -fPIC -Wl,-soname,libusbrelay.so.1 -O2 -Wall libusbrelay.c -o libusbrelay.so.1.0 -lhidapi-hidraw /sbin/ldconfig -n . /nix/store/4xw8n979xpivdc46a9ndcvyhwgif00hz-bash-5.1-p16/bin/bash: line 1: /sbin/ldconfig: No such file or directory make: *** [Makefile:32: libusbrelay.so] Error 127