binance 1.39.0 -> 1.47.0 https://repology.org/project/binance/versions attrpath: binance 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/misc/binance/default.nix b/pkgs/applications/misc/binance/default.nix index 4d7789f033b5..ab2e38b52cef 100644 --- a/pkgs/applications/misc/binance/default.nix +++ b/pkgs/applications/misc/binance/default.nix @@ -3,11 +3,11 @@ stdenv.mkDerivation rec { pname = "binance"; - version = "1.39.0"; + version = "1.47.0"; src = fetchurl { url = "https://github.com/binance/desktop/releases/download/v${version}/${pname}-${version}-amd64-linux.deb"; - sha256 = "sha256-6VQerIzX2u8QGUsa8kvu6Qud3OEn9lrZkQddfkZ1X0g="; + sha256 = "sha256-GhPpXjPPP88i+J8Y27X61JhHNnNwxv2QzRKwQkeBVxg="; }; nativeBuildInputs = [ 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 binance Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . binance Standard output: error: Package ‘binance-1.47.0’ in /var/cache/nixpkgs-update/worker/worktree/binance/pkgs/applications/misc/binance/default.nix:49 has an unfree license (‘unfree’), refusing to evaluate. a) To temporarily allow unfree packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNFREE=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.allowUnfree = true; } in configuration.nix to override this. Alternatively you can configure a predicate to allow specific packages: { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "binance" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) binance 1.39.0 -> 1.48.2 https://github.com/binance/desktop/releases attrpath: binance 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/vc70id0cpbgb5cm4gnrk04mzm6h28wjz-binance-1.48.2-amd64-linux.deb.drv building '/nix/store/vc70id0cpbgb5cm4gnrk04mzm6h28wjz-binance-1.48.2-amd64-linux.deb.drv'... trying https://github.com/binance/desktop/releases/download/v1.48.2/binance-1.48.2-amd64-linux.deb % 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 binance-1.48.2-amd64-linux.deb from any mirror error: builder for '/nix/store/vc70id0cpbgb5cm4gnrk04mzm6h28wjz-binance-1.48.2-amd64-linux.deb.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/binance/desktop/releases/download/v1.48.2/binance-1.48.2-amd64-linux.deb > % 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 binance-1.48.2-amd64-linux.deb from any mirror For full logs, run 'nix log /nix/store/vc70id0cpbgb5cm4gnrk04mzm6h28wjz-binance-1.48.2-amd64-linux.deb.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'binance.originalSrc' not found stderr did not split as expected full stderr was: error: Package ‘electron-13.6.9’ in /var/cache/nixpkgs-update/worker/worktree/binance/pkgs/development/tools/electron/binary/generic.nix:34 is marked as insecure, refusing to evaluate. Known issues: - Electron version 13.6.9 is EOL 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 ‘electron-13.6.9’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "electron-13.6.9" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘electron-13.6.9’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "electron-13.6.9" ]; } (use '--show-trace' to show detailed location information)