Unverified Commit 8589aab2 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

mini-calc: 3.4.2 -> 4.0.0 (#414885)

parents 05e776ee 13a7364e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,17 +9,17 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "mini-calc";
  version = "3.4.2";
  version = "4.0.0";

  src = fetchFromGitHub {
    owner = "vanilla-extracts";
    repo = "calc";
    rev = version;
    hash = "sha256-iLKW0ibsHZyAMYvux+CrOeJZCVMPE1HtWi0VBg96hr0=";
    hash = "sha256-601BmecY+jbiD39buN68MeJKd5wguH0hahHquHadsL4=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-DMfk0F2HSFGoGM1+JCeDlPMOYBjRumc8KXzt0xsSbh0=";
  cargoHash = "sha256-9Ug6lyDvacj47FnLzJo4fwpXeMYxgSlMB7+2fIv5oxo=";

  nativeBuildInputs = [ makeWrapper ];
  postFixup = ''