Merge pull request #277296 from t4ccer/t4/measureme-11.0.0

measureme: 10.1.1 -> 11.0.1
This commit is contained in:
Peder Bergebakken Sundt
2024-02-17 02:09:41 +01:00
committed by GitHub
2 changed files with 413 additions and 299 deletions
File diff suppressed because it is too large Load Diff
@@ -2,19 +2,20 @@
rustPlatform.buildRustPackage rec {
pname = "measureme";
version = "10.1.1";
version = "11.0.1";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "measureme";
rev = version;
hash = "sha256-RCh6fTa4d+/Fj5ID5Su3pCZj/O+FhITzfKixXu9G550=";
hash = "sha256-p8XSe/LyHrEHEuxe1uK0Iy1YoJFw/jWtFvTDMhJMmnM=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"analyzeme-9.2.0" = "sha256-YOZiux4ouWBToGFx0+fiqjcyrnSjwc+8Qfi2rLGT/18=";
"decodeme-10.1.2" = "sha256-20PJnBS6TCnltRuCiYkHKJcivKGDDQUrBc70hAX89bc=";
};
};