mcron 1.2.1 -> 1.2.3 https://repology.org/project/mcron/versions attrpath: mcron 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/tools/system/mcron/default.nix b/pkgs/tools/system/mcron/default.nix index d0bb370396a9..b6e79ffc6a0e 100644 --- a/pkgs/tools/system/mcron/default.nix +++ b/pkgs/tools/system/mcron/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "mcron"; - version = "1.2.1"; + version = "1.2.3"; src = fetchurl { url = "mirror://gnu/mcron/mcron-${version}.tar.gz"; - sha256 = "0bkn235g2ia4f7ispr9d55c7bc18282r3qd8ldhh5q2kiin75zi0"; + sha256 = "sha256-G8jA02LTsaMPoAcdf6tpa7/B2h7VNsQuBIC7n/0iFU4="; }; # don't attempt to chmod +s files in the nix store 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 mcron nix build failed. checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking which spool directory to use... /var/cron/tabs checking name of socket... /var/cron/socket checking name of allow file... /var/cron/allow checking name of deny file... /var/cron/deny checking name of PID file... /var/run/cron.pid checking directory to hold temporary files... /tmp checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating pre-inst-env config.status: creating doc/config.texi config.status: creating Makefile config.status: creating src/mcron/config.scm.in config.status: executing depfiles commands @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/cjbyb45nxiqidj95c4k1mh65azn1x896-bash-5.2-p21/bin/bash GEN bin/crontab-access.c CC bin/crontab-access.o CCLD bin/crontab-access /nix/store/0gi4vbw1qfjncdl95a9ply43ymd6aprm-binutils-2.40/bin/ld: cannot find -lc: No such file or directory collect2: error: ld returned 1 exit status make: *** [Makefile:838: bin/crontab-access] Error 1