Unverified Commit 425d2be6 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

measureme: 11.0.1 -> 12.0.0 (#338746)

parents ecf9b0ee e416cfd2
Loading
Loading
Loading
Loading
+8 −10
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, rustPlatform }:
{
  lib,
  fetchFromGitHub,
  rustPlatform,
}:

rustPlatform.buildRustPackage rec {
  pname = "measureme";
  version = "11.0.1";
  version = "12.0.0";

  src = fetchFromGitHub {
    owner = "rust-lang";
    repo = "measureme";
    rev = version;
    hash = "sha256-p8XSe/LyHrEHEuxe1uK0Iy1YoJFw/jWtFvTDMhJMmnM=";
    hash = "sha256-Zgl8iyBDVwqZnbfqC06DMuo0S/hV6pl812hkiovmS+I=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "analyzeme-9.2.0" = "sha256-YOZiux4ouWBToGFx0+fiqjcyrnSjwc+8Qfi2rLGT/18=";
      "decodeme-10.1.2" = "sha256-20PJnBS6TCnltRuCiYkHKJcivKGDDQUrBc70hAX89bc=";
    };
  };
  cargoLock.lockFile = ./Cargo.lock;

  postPatch = ''
    ln -s ${./Cargo.lock} Cargo.lock
+0 −2
Original line number Diff line number Diff line
@@ -5621,8 +5621,6 @@ with pkgs;
  maxcso = callPackage ../tools/archivers/maxcso { };
  measureme = callPackage ../development/tools/rust/measureme { };
  medusa = callPackage ../tools/security/medusa { };
  megasync = libsForQt5.callPackage ../applications/misc/megasync {