Unverified Commit 82aac498 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #219316 from marsam/update-millet

millet: 0.7.9 -> 0.8.0
parents 8103bd3c a60883cb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "millet";
  version = "0.7.9";
  version = "0.8.1";

  src = fetchFromGitHub {
    owner = "azdavis";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-c4hNrswfYz/Wr59sWQJu8yuOqk594iVm+NzxYpG96Ys=";
    hash = "sha256-yIOb6AeEpIbKarY4I0X4zq5Gtrv05QLrDlFaBD3x6rw=";
  };

  cargoHash = "sha256-Ja5Vjt3z0pkxEMtkyWYY+lZH0AnzVzyGxlQtlmwWbS4=";
  cargoHash = "sha256-DIRs+xhcdV74NFjsB1jJYgd8Cu/BmAUcBf58rGAp/yo=";

  postPatch = ''
    rm .cargo/config.toml