python310Packages.beaker 0 -> 1 attrpath: python310Packages.beaker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/brm6c584qg2z9n212q823jh0kalqff9y-packages.json.drv building '/nix/store/brm6c584qg2z9n212q823jh0kalqff9y-packages.json.drv'... Going to be running update for following packages: - python3.10-Beaker-1.11.0 Press Enter key to continue... Running update for: - python3.10-Beaker-1.11.0: UPDATING ... - python3.10-Beaker-1.11.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/beaker/default.nix b/pkgs/development/python-modules/beaker/default.nix index 58f7515c10d..5b642381e70 100644 --- a/pkgs/development/python-modules/beaker/default.nix +++ b/pkgs/development/python-modules/beaker/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "Beaker"; - version = "1.11.0"; + version = "1.12.0"; # The pypy release do not contains the tests src = fetchFromGitHub { owner = "bbangert"; repo = "beaker"; - rev = version; - sha256 = "059sc7iar90lc2y9mppdis5ddfcxyirz03gmsfb0307f5dsa1dhj"; + rev = "refs/tags/${version}"; + sha256 = "sha256-O1tHh7laEbrdm/Xv50JNAFHaatTEQiLb73pQGeeHlPg="; }; propagatedBuildInputs = [ 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 python310Packages.beaker Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix log -f . python310Packages.beaker Standard output: error: Package ‘python3.10-Beaker-1.12.0’ in /var/cache/nixpkgs-update/worker/worktree/python310Packages.beaker/pkgs/development/python-modules/beaker/default.nix:72 is marked as insecure, refusing to evaluate. Known issues: - CVE-2013-7489 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 ‘python3.10-Beaker-1.12.0’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "python3.10-Beaker-1.12.0" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘python3.10-Beaker-1.12.0’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "python3.10-Beaker-1.12.0" ]; } (use '--show-trace' to show detailed location information)