Unverified Commit 2cab7f97 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #284699 from r-ryantm/auto-update/snazy

snazy: 0.52.7 -> 0.52.17
parents d9f62660 5ae3e3cd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "snazy";
  version = "0.52.7";
  version = "0.52.17";

  src = fetchFromGitHub {
    owner = "chmouel";
    repo = pname;
    rev = version;
    hash = "sha256-NUDKTJtSzzY+kaqreHroJDW18lta9AcnL94t/jdEOlY=";
    hash = "sha256-0r5xhmU9a9I+q24mjJ+C4EKK1Nw/67YThuBFibAx3Dw=";
  };

  cargoHash = "sha256-raDkfP7EeyXbMr2puR+dHUKVqguVvkV7noNuLw/KttI=";
  cargoHash = "sha256-ljYsF5lBRqiTqx9nta5h/75052GWOBJ9uJnqZkWJvwI=";

  nativeBuildInputs = [ installShellFiles ];