pagemon 0.01.18 -> 0.02.04 https://github.com/ColinIanKing/pagemon/releases attrpath: pagemon Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/os-specific/linux/pagemon/default.nix b/pkgs/os-specific/linux/pagemon/default.nix index 2ce723913578..cf686b68a024 100644 --- a/pkgs/os-specific/linux/pagemon/default.nix +++ b/pkgs/os-specific/linux/pagemon/default.nix @@ -2,10 +2,10 @@ stdenv.mkDerivation rec { pname = "pagemon"; - version = "0.01.18"; + version = "0.02.04"; src = fetchFromGitHub { - sha256 = "1aq1mq3k8n70h81s64w2zg4kksw1y05326bn4y8p94lpaypvxqfd"; + sha256 = "sha256-Xui1J6EZ6AEoQUyEeyMcnbespMjItTh0wRWpY3Rp/gs="; rev = "V${version}"; repo = "pagemon"; owner = "ColinIanKing"; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pagemon nix build failed. got build log for 'pagemon' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/b7hl413aalyisqmplqyxa2yjm1w35jky-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash BINDIR=\$\(out\)/bin MANDIR=\$\(out\)/share/man/man8 gcc -Wall -Wextra -DVERSION='"0.02.04"' -O2 -c -o pagemon.o pagemon.c gcc -Wall -Wextra -DVERSION='"0.02.04"' -O2 -c -o perf.o perf.c gcc -Wall -Wextra -DVERSION='"0.02.04"' -O2 pagemon.o perf.o -o pagemon -lncurses @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash BINDIR=\$\(out\)/bin MANDIR=\$\(out\)/share/man/man8 install gzip -c pagemon.8 > pagemon.8.gz mkdir -p /nix/store/jizkpwjmq9aihkq9mn0jm2rxbr4frdg5-pagemon-0.02.04/bin cp pagemon /nix/store/jizkpwjmq9aihkq9mn0jm2rxbr4frdg5-pagemon-0.02.04/bin mkdir -p /nix/store/jizkpwjmq9aihkq9mn0jm2rxbr4frdg5-pagemon-0.02.04/share/man/man8 cp pagemon.8.gz /nix/store/jizkpwjmq9aihkq9mn0jm2rxbr4frdg5-pagemon-0.02.04/share/man/man8 mkdir -p /usr/share/bash-completion/completions mkdir: cannot create directory '/usr': Permission denied make: *** [Makefile:68: install] Error 1