Unverified Commit 73bda7a0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

rwpspread: 0.3.0 -> 0.3.1 (#355777)

parents 55bbfa5b 3e3c2d8c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@

rustPlatform.buildRustPackage rec {
  pname = "rwpspread";
  version = "0.3.0";
  version = "0.3.1";

  src = fetchFromGitHub {
    owner = "0xk1f0";
    repo = "rwpspread";
    rev = "v${version}";
    hash = "sha256-B8K8/M5cUSchG54ar0ZY2XOH6lYLimdZr+dk5ffdplY=";
    hash = "sha256-ivxu1UsQLUm017A5Za82+l1bQoYA/TF/I1BwUQD3dWo=";
  };
  cargoHash = "sha256-bTCXgaE8+nxuEFeOMSihL3lfmbIxiv1f400rmyV2b8k=";
  cargoHash = "sha256-pIsSH8cQYyG7v7z4O2R80kA4QHvKyTajBfqmRXjuQW8=";

  nativeBuildInputs = [ pkg-config ];