2022-12-26T16:10:34 jabref 5.7 -> 5.8 https://github.com/JabRef/jabref/releases 2022-12-26T16:10:37 attrpath: jabref 2022-12-26T16:10:37 Checking auto update branch... 2022-12-26T16:10:37 No auto update branch exists 2022-12-26T16:10:40 [version] 2022-12-26T16:12:40 [version] updated version and sha256 2022-12-26T16:12:40 [rustCrateVersion] 2022-12-26T16:12:40 [rustCrateVersion] No cargoSha256 found 2022-12-26T16:12:40 [golangModuleVersion] 2022-12-26T16:12:40 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-26T16:12:40 [updateScript] 2022-12-26T16:12:40 [updateScript] skipping because derivation has no updateScript 2022-12-26T16:12:40 2022-12-26T16:12:40 [quotedUrls] 2022-12-26T16:12:40 [quotedUrls] nothing found to replace 2022-12-26T16:12:40 Diff after rewrites: diff --git a/pkgs/applications/office/jabref/default.nix b/pkgs/applications/office/jabref/default.nix index a7b5a39d72f..589837fc0af 100644 --- a/pkgs/applications/office/jabref/default.nix +++ b/pkgs/applications/office/jabref/default.nix @@ -13,14 +13,14 @@ }: stdenv.mkDerivation rec { - version = "5.7"; + version = "5.8"; pname = "jabref"; src = fetchFromGitHub { owner = "JabRef"; repo = "jabref"; rev = "v${version}"; - hash = "sha256-wzBaAaxGsMPh64uW+bBOiycYfVCW9H5FCn06r6XdxeE="; + hash = "sha256-NOu0/+F3on9A9sybLCMlDb53FU2XVQ2ffiT+8ssvC2s="; }; desktopItems = [ 2022-12-26T16:14:06 Received ExitFailure 1 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 jabref Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . jabref Standard output: warning: unknown setting 'experimental-features' error: Package ‘openjdk-18+36’ in /var/cache/nixpkgs-update/worker/worktree/jabref/pkgs/development/compilers/openjdk/meta.nix:4 is marked as insecure, refusing to evaluate. Known issues: - This OpenJDK version has reached its end of life. 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: 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 add ‘openjdk-18+36’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "openjdk-18+36" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘openjdk-18+36’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "openjdk-18+36" ]; } (use '--show-trace' to show detailed location information)