pagemon 0.01.18 -> 0.02.02 https://repology.org/project/pagemon/versions 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..3c3a4d09e695 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.02"; src = fetchFromGitHub { - sha256 = "1aq1mq3k8n70h81s64w2zg4kksw1y05326bn4y8p94lpaypvxqfd"; + sha256 = "sha256-myBM9UPNHCfypnpv39FkNBjCiO3P6PP+on3RaisXtjI="; 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/xnzk3hs7hmawagrdqr26yh5bxygm184b-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/q8qq40xg2grfh9ry1d9x4g7lq4ra7n81-bash-5.2-p21/bin/bash BINDIR=\$\(out\)/bin MANDIR=\$\(out\)/share/man/man8 gcc -Wall -Wextra -DVERSION='"0.02.02"' -O2 -fPIC -c -o pagemon.o pagemon.c gcc -Wall -Wextra -DVERSION='"0.02.02"' -O2 -fPIC -c -o perf.o perf.c gcc -Wall -Wextra -DVERSION='"0.02.02"' -O2 -fPIC pagemon.o perf.o -o pagemon -lncurses @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: SHELL=/nix/store/q8qq40xg2grfh9ry1d9x4g7lq4ra7n81-bash-5.2-p21/bin/bash BINDIR=\$\(out\)/bin MANDIR=\$\(out\)/share/man/man8 install gzip -c pagemon.8 > pagemon.8.gz mkdir -p /nix/store/76s7d3l6j2p0v4iam0ssvm3b5k9fk192-pagemon-0.02.02/bin cp pagemon /nix/store/76s7d3l6j2p0v4iam0ssvm3b5k9fk192-pagemon-0.02.02/bin mkdir -p /nix/store/76s7d3l6j2p0v4iam0ssvm3b5k9fk192-pagemon-0.02.02/share/man/man8 cp pagemon.8.gz /nix/store/76s7d3l6j2p0v4iam0ssvm3b5k9fk192-pagemon-0.02.02/share/man/man8 mkdir -p /usr/share/bash-completion/completions mkdir: cannot create directory '/usr': Permission denied make: *** [Makefile:68: install] Error 1