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/4cypdjq00367cnbacw41fn28di4dfj8b-packages.json.drv building '/nix/store/4cypdjq00367cnbacw41fn28di4dfj8b-packages.json.drv'... Going to be running update for following packages: - pulsar-1.114.0 Press Enter key to continue... Running update for: - pulsar-1.114.0: UPDATING ... - pulsar-1.114.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/editors/pulsar/default.nix b/pkgs/applications/editors/pulsar/default.nix index b1af335ec1d4..10ee57b4b89e 100644 --- a/pkgs/applications/editors/pulsar/default.nix +++ b/pkgs/applications/editors/pulsar/default.nix @@ -33,13 +33,13 @@ let pname = "pulsar"; - version = "1.114.0"; + version = "1.115.0"; sourcesPath = { x86_64-linux.tarname = "Linux.${pname}-${version}.tar.gz"; - x86_64-linux.hash = "sha256-O//dowoMgQfS3hq088IKr5aJd5St9zpT/ypfuswnyv0="; + x86_64-linux.hash = "sha256-2gQno2xRs0v4ihLEctYuOShuJLIpYb1MPfrjpxeLIz4="; aarch64-linux.tarname = "ARM.Linux.${pname}-${version}-arm64.tar.gz"; - aarch64-linux.hash = "sha256-EzCTB1Ib9cTbslEdXPsS5gehHr1qd5v4iZgOqpxhUmA="; + aarch64-linux.hash = "sha256-MsoSi+7PxMA+cBXmPSt2pC6de4Zefo4BE/4Bh72ldEw="; }.${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/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/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/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix --extra-experimental-features nix-command log -f . pulsar Standard output: error: … in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/pulsar/lib/customisation.nix:365:17: 364| in commonAttrs // { 365| drvPath = assert condition; drv.drvPath; | ^ 366| outPath = assert condition; drv.outPath; … while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/pulsar/pkgs/stdenv/generic/check-meta.nix:507:7: 506| # or, alternatively, just output a warning message. 507| handled = | ^ 508| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package ‘pulsar-1.115.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.115.0’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "pulsar-1.115.0" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘pulsar-1.115.0’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "pulsar-1.115.0" ]; }