Loading pkgs/applications/blockchains/polkadot/Cargo.lock +681 −629 File changed.Preview size limit exceeded, changes collapsed. Show changes pkgs/applications/blockchains/polkadot/default.nix +4 −7 Original line number Diff line number Diff line { clang , fetchFromGitHub { fetchFromGitHub , lib , llvmPackages , protobuf , rocksdb , rustPlatform , stdenv , writeShellScriptBin , Security , SystemConfiguration }: rustPlatform.buildRustPackage rec { pname = "polkadot"; version = "0.9.39-1"; version = "0.9.40"; src = fetchFromGitHub { owner = "paritytech"; repo = "polkadot"; rev = "v${version}"; hash = "sha256-Hr3VFqfoBW7VGc7FXLxeCtZDLRMM+jITgR8LGA5uEP8="; hash = "sha256-gwifWhGsStC8vhMxc+LWSvs/av8c04cdWv7iszIQ/k8="; # the build process of polkadot requires a .git folder in order to determine # the git commit hash that is being built and add it to the version string. Loading @@ -37,7 +34,7 @@ rustPlatform.buildRustPackage rec { cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "beefy-gadget-4.0.0-dev" = "sha256-3zOEG4ER0UQK3GRctZw6TgkX/8Ydk1ynU8N6vlepnHw="; "binary-merkle-tree-4.0.0-dev" = "sha256-YxCAFrLWTmGjTFzNkyjE+DNs2cl4IjAlB7qz0KPN1vE="; "sub-tokens-0.1.0" = "sha256-GvhgZhOIX39zF+TbQWtTCgahDec4lQjH+NqamLFLUxM="; }; }; Loading Loading
pkgs/applications/blockchains/polkadot/Cargo.lock +681 −629 File changed.Preview size limit exceeded, changes collapsed. Show changes
pkgs/applications/blockchains/polkadot/default.nix +4 −7 Original line number Diff line number Diff line { clang , fetchFromGitHub { fetchFromGitHub , lib , llvmPackages , protobuf , rocksdb , rustPlatform , stdenv , writeShellScriptBin , Security , SystemConfiguration }: rustPlatform.buildRustPackage rec { pname = "polkadot"; version = "0.9.39-1"; version = "0.9.40"; src = fetchFromGitHub { owner = "paritytech"; repo = "polkadot"; rev = "v${version}"; hash = "sha256-Hr3VFqfoBW7VGc7FXLxeCtZDLRMM+jITgR8LGA5uEP8="; hash = "sha256-gwifWhGsStC8vhMxc+LWSvs/av8c04cdWv7iszIQ/k8="; # the build process of polkadot requires a .git folder in order to determine # the git commit hash that is being built and add it to the version string. Loading @@ -37,7 +34,7 @@ rustPlatform.buildRustPackage rec { cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "beefy-gadget-4.0.0-dev" = "sha256-3zOEG4ER0UQK3GRctZw6TgkX/8Ydk1ynU8N6vlepnHw="; "binary-merkle-tree-4.0.0-dev" = "sha256-YxCAFrLWTmGjTFzNkyjE+DNs2cl4IjAlB7qz0KPN1vE="; "sub-tokens-0.1.0" = "sha256-GvhgZhOIX39zF+TbQWtTCgahDec4lQjH+NqamLFLUxM="; }; }; Loading