mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
rust-parallel: 1.22.0 -> 1.23.0
Diff: https://github.com/aaronriekenberg/rust-parallel/compare/v1.22.0...v1.23.0
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "rust-parallel";
|
||||
version = "1.22.0";
|
||||
version = "1.23.0";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -17,10 +17,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
owner = "aaronriekenberg";
|
||||
repo = "rust-parallel";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-6SDWYIJDoDKANYZvYM2hdFzXTyqbfRA2uKQDFn+6erg=";
|
||||
hash = "sha256-quLvYnYhu8ZkUT/7v/WjwMLxDlvYcj3hlIYPkv1xogg=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-uFx0Sli6uwmhHKQoT1aX0S5NwuWLu3M6g5pQYYpAsEI=";
|
||||
cargoHash = "sha256-m2Galjkr7iFO+s0vYaYAeM5Xrvls6vNVReTbLUUo44I=";
|
||||
|
||||
checkInputs = [ bashNonInteractive ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user