2022-11-08T09:41:22 afsctool 1.7.0 -> 1.7.2 https://repology.org/metapackage/afsctool/versions 2022-11-08T09:41:24 attrpath: afsctool 2022-11-08T09:41:24 Checking auto update branch... 2022-11-08T09:41:24 No auto update branch exists 2022-11-08T09:41:28 [version] 2022-11-08T09:41:32 [version] updated version and sha256 2022-11-08T09:41:32 [rustCrateVersion] 2022-11-08T09:41:32 [rustCrateVersion] No cargoSha256 found 2022-11-08T09:41:32 [golangModuleVersion] 2022-11-08T09:41:32 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-08T09:41:32 [updateScript] 2022-11-08T09:41:32 [updateScript] skipping because derivation has no updateScript 2022-11-08T09:41:32 2022-11-08T09:41:32 [quotedUrls] 2022-11-08T09:41:32 [quotedUrls] nothing found to replace 2022-11-08T09:41:32 Diff after rewrites: diff --git a/pkgs/tools/filesystems/afsctool/default.nix b/pkgs/tools/filesystems/afsctool/default.nix index 303ec05bf83..f9a278a2647 100644 --- a/pkgs/tools/filesystems/afsctool/default.nix +++ b/pkgs/tools/filesystems/afsctool/default.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation rec { pname = "afsctool"; - version = "1.7.0"; + version = "1.7.2"; src = fetchFromGitHub { owner = "RJVB"; repo = pname; rev = version; - hash = "sha256-rqca7gpH46hk4MEPMHqYnteYJnGpLS/gu4XP7xWqDzo="; + hash = "sha256-dXlFY/YsSjMKbU/TrOPG6gpUOFoz6hPtDzbqvAjDeJc="; }; nativeBuildInputs = [ pkg-config cmake git ]; 2022-11-08T09:43:09 Update edits cause no rebuilds. 2022-11-08T12:59:35 afsctool 1.7.0 -> 1.7.3 https://github.com/RJVB/afsctool/releases 2022-11-08T12:59:37 attrpath: afsctool 2022-11-08T12:59:37 Checking auto update branch... 2022-11-08T12:59:37 No auto update branch exists 2022-11-08T12:59:41 [version] 2022-11-08T13:00:06 stderr did not split as expected full stderr was: warning: unknown setting 'experimental-features' these derivations will be built: /nix/store/mbgzhcf7p7f7wfbnxid6hicb28ky1v8n-source.drv waiting for lock on '/nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source'... error: error: builder for '/nix/store/mbgzhcf7p7f7wfbnxid6hicb28ky1v8n-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/RJVB/afsctool/archive/1.7.3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/mbgzhcf7p7f7wfbnxid6hicb28ky1v8n-source.drv'. stderr did not split as expected full stderr was: warning: unknown setting 'experimental-features' error: attribute 'originalSrc' in selection path 'afsctool.originalSrc' not found stderr did not split as expected full stderr was: warning: unknown setting 'experimental-features' error: Package ‘afsctool-1.7.3’ in /var/cache/nixpkgs-update/worker/worktree/afsctool/pkgs/tools/filesystems/afsctool/default.nix:27 is not supported on ‘x86_64-linux’, refusing to evaluate. a) To temporarily allow packages that are unsupported for this system, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ (Flake) command, `--impure` must be passed in order to read this environment variable. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnsupportedSystem = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnsupportedSystem = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information)