2022-12-02T12:21:39 protontricks 1.7.0 -> 1.10.0 https://pypi.org/project/protontricks/ 2022-12-02T12:21:41 attrpath: protontricks 2022-12-02T12:21:41 Checking auto update branch... 2022-12-02T12:21:45 [version] 2022-12-02T12:21:45 [version] skipping because derivation has updateScript 2022-12-02T12:21:45 [rustCrateVersion] 2022-12-02T12:21:45 [rustCrateVersion] No cargoSha256 found 2022-12-02T12:21:45 [golangModuleVersion] 2022-12-02T12:21:45 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-02T12:21:45 [updateScript] 2022-12-02T12:21:47 [updateScript] Success 2022-12-02T12:21:47 [updateScript] this derivation will be built: /nix/store/igwqxdf9w0n23dw7kpxsbvg0d2b1j6ia-packages.json.drv building '/nix/store/igwqxdf9w0n23dw7kpxsbvg0d2b1j6ia-packages.json.drv'... Going to be running update for following packages: - protontricks-1.7.0 Press Enter key to continue... Running update for: - protontricks-1.7.0: UPDATING ... - protontricks-1.7.0: DONE. Packages updated! 2022-12-02T12:21:47 2022-12-02T12:21:47 [quotedUrls] 2022-12-02T12:21:48 [quotedUrls] nothing found to replace 2022-12-02T12:21:48 Diff after rewrites: diff --git a/pkgs/tools/package-management/protontricks/default.nix b/pkgs/tools/package-management/protontricks/default.nix index 4ddd758c59b..deb0b138440 100644 --- a/pkgs/tools/package-management/protontricks/default.nix +++ b/pkgs/tools/package-management/protontricks/default.nix @@ -14,13 +14,13 @@ buildPythonApplication rec { pname = "protontricks"; - version = "1.7.0"; + version = "1.10.0"; src = fetchFromGitHub { owner = "Matoking"; repo = pname; rev = version; - sha256 = "sha256-StI9UdSILcCUmViQnxteOJr6xLSz+EgtxRpJis57lBY="; + sha256 = "sha256-tOiivrkO0Ojn5hpyMIhP/XHVWiLz2iCNi7Ao9Em5RBc="; }; patches = [ 2022-12-02T12:23:15 No auto update branch exists 2022-12-02T12:37:46 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 protontricks Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . protontricks Standard output: warning: unknown setting 'experimental-features' error: Package ‘steam-run’ in /var/cache/nixpkgs-update/worker/worktree/protontricks/pkgs/games/steam/fhsenv.nix:299 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. a) To temporarily allow unfree packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNFREE=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.allowUnfree = true; } in configuration.nix to override this. Alternatively you can configure a predicate to allow specific packages: { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "steam-run" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information)