measureme: 10.1.1 -> 11.0.0

This commit is contained in:
t4ccer
2023-12-28 03:09:41 -07:00
parent e50dc6dd93
commit ce403bb56d
2 changed files with 382 additions and 252 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.0";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "measureme";
rev = version;
hash = "sha256-RCh6fTa4d+/Fj5ID5Su3pCZj/O+FhITzfKixXu9G550=";
hash = "sha256-UNplJWx2mww6o76BGpmFbCRFnU2v2VpqYdIkrBoiMHM=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"analyzeme-9.2.0" = "sha256-YOZiux4ouWBToGFx0+fiqjcyrnSjwc+8Qfi2rLGT/18=";
"decodeme-10.1.2" = "sha256-20PJnBS6TCnltRuCiYkHKJcivKGDDQUrBc70hAX89bc=";
};
};