pulsar 0 -> 1 attrpath: pulsar Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3r9sc13ifhmmjzcw02ayb06y531ksjhh-packages.json.drv building '/nix/store/3r9sc13ifhmmjzcw02ayb06y531ksjhh-packages.json.drv'... Going to be running update for following packages: - pulsar-1.109.0 Press Enter key to continue... Running update for: - pulsar-1.109.0: UPDATING ... - pulsar-1.109.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/editors/pulsar/default.nix b/pkgs/applications/editors/pulsar/default.nix index ef08ac9352dd..d9a34323e52e 100644 --- a/pkgs/applications/editors/pulsar/default.nix +++ b/pkgs/applications/editors/pulsar/default.nix @@ -33,13 +33,13 @@ let pname = "pulsar"; - version = "1.109.0"; + version = "1.113.0"; sourcesPath = { x86_64-linux.tarname = "Linux.${pname}-${version}.tar.gz"; - x86_64-linux.hash = "sha256-pIm3mI1YdfapxXgIciSHtI4LeqMw5RdYTnH+eHUQ4Yo="; + x86_64-linux.hash = "sha256-MxDF4pz1jUUwinJboxZq/vjVwkn3qBhnOSt+s2ZMbzY="; aarch64-linux.tarname = "ARM.Linux.${pname}-${version}-arm64.tar.gz"; - aarch64-linux.hash = "sha256-KIY/qzfl7CU0YwIgQlNHoAMhLfrTbQe7ZZvzdkUVw+M="; + aarch64-linux.hash = "sha256-tlQ8TjlEwTVrgOVZKm0iVTRxWyppvm5YDOXRkQn3PqM="; }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); newLibpath = lib.makeLibraryPath [ No auto update branch exists 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 pulsar Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . pulsar Standard output: error: Package ‘pulsar-1.113.0’ in /var/cache/nixpkgs-update/worker/worktree/pulsar/pkgs/applications/editors/pulsar/default.nix:202 is marked as insecure, refusing to evaluate. Known issues: - CVE-2023-5217 - CVE-2022-21718 - CVE-2022-29247 - CVE-2022-29257 - CVE-2022-36077 - CVE-2023-29198 - CVE-2023-39956 You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) for `nixos-rebuild` you can add ‘pulsar-1.113.0’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "pulsar-1.113.0" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘pulsar-1.113.0’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "pulsar-1.113.0" ]; } (use '--show-trace' to show detailed location information)