Unverified Commit ce403bb5 authored by t4ccer's avatar t4ccer
Browse files

measureme: 10.1.1 -> 11.0.0

parent e50dc6dd
Loading
Loading
Loading
Loading
+375 −246

File changed.

Preview size limit exceeded, changes collapsed.

+3 −2
Original line number Diff line number Diff line
@@ -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=";
    };
  };