pika 0.0.12 -> 0.0.15 https://github.com/superhighfives/pika/releases attrpath: pika 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/graphics/pika/default.nix b/pkgs/applications/graphics/pika/default.nix index b9cbf142a21..b4a7f311712 100644 --- a/pkgs/applications/graphics/pika/default.nix +++ b/pkgs/applications/graphics/pika/default.nix @@ -6,11 +6,11 @@ stdenv.mkDerivation rec { pname = "pika"; - version = "0.0.12"; + version = "0.0.15"; src = fetchurl { url = "https://github.com/superhighfives/${pname}/releases/download/${version}/Pika-${version}.dmg"; - sha256 = "sha256-hcP2bETEx9RQW43I9nvdRPi9lbWwKW6mhRx5H6RxhjM="; + sha256 = "sha256-eXgMTaYFeZ5WpDw+PKZUgbDhaNL5TTXILXpzWa27OgI="; }; nativeBuildInputs = [ undmg ]; Update edits cause no rebuilds. pika 0.0.12 -> 3.4.1 https://repology.org/project/pika/versions attrpath: pika Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/v9mg2h6s0z06i06z3nxq9h2zrp758ryv-Pika-3.4.1.dmg.drv building '/nix/store/v9mg2h6s0z06i06z3nxq9h2zrp758ryv-Pika-3.4.1.dmg.drv'... trying https://github.com/superhighfives/pika/releases/download/3.4.1/Pika-3.4.1.dmg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download Pika-3.4.1.dmg from any mirror error: builder for '/nix/store/v9mg2h6s0z06i06z3nxq9h2zrp758ryv-Pika-3.4.1.dmg.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/superhighfives/pika/releases/download/3.4.1/Pika-3.4.1.dmg > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download Pika-3.4.1.dmg from any mirror For full logs, run 'nix log /nix/store/v9mg2h6s0z06i06z3nxq9h2zrp758ryv-Pika-3.4.1.dmg.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'pika.originalSrc' not found stderr did not split as expected full stderr was: error: Package ‘pika-3.4.1’ in /var/cache/nixpkgs-update/worker/worktree/pika/pkgs/applications/graphics/pika/default.nix:27 is not available on the requested hostPlatform: hostPlatform.config = "x86_64-unknown-linux-gnu" package.meta.platforms = [ "x86_64-darwin" "i686-darwin" "aarch64-darwin" "armv7a-darwin" ] package.meta.badPlatforms = [ ] , 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)