Commit 310fa024 authored by booniepepper's avatar booniepepper
Browse files

sigi: 3.6.0 -> 3.6.1

parent 687ed41b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

rustPlatform.buildRustPackage rec {
  pname = "sigi";
  version = "3.6.0";
  version = "3.6.1";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-VhBrSepJdwJRu+AqXWUzdDO4ukJPeoZr07B/X8Jr/RA=";
    sha256 = "sha256-UL4V/5XvqaqO4R2ievw379D/rzHf/ITgvG3BcSbMeTQ=";
  };

  cargoSha256 = "sha256-R1U0ZYQMA1VFd5zEjFzl5QhwqqEMaCFb/5H509IBj60=";
  cargoSha256 = "sha256-wzTUK4AvJmBK7LX7CLCAeAXLDxMJA/3qs/KT1+pMaoI=";
  nativeBuildInputs = [ installShellFiles ];

  # In case anything goes wrong.