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

snazy: 0.54.0 -> 0.55.0 (#381793)

parents fa3957ba 4247ec2c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@

rustPlatform.buildRustPackage rec {
  pname = "snazy";
  version = "0.54.0";
  version = "0.55.0";

  src = fetchFromGitHub {
    owner = "chmouel";
    repo = pname;
    rev = version;
    hash = "sha256-1+UbUwvv5HWiQ+u9gPtJ3JwP6cMi4IZOCSMedXzWEoQ=";
    hash = "sha256-Vc3L93S7WQAcqsLIhiCrTGmmc+1q26zRpOWXyUNFNVc=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Y2GUE9S0bZFVvu9bvs8WptrdO1V27z+Vu/eQDNvq7pE=";
  cargoHash = "sha256-ZieQfjRSxO5LEpQaXFIPcdejoG+6Mw4FCM/7LcbwRro=";

  nativeBuildInputs = [ installShellFiles ];