Unverified Commit adcaa7ff authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

lutgen: 0.11.2 -> 0.12.0 (#399107)

parents 90c9cb75 04a4e527
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@

rustPlatform.buildRustPackage rec {
  pname = "lutgen";
  version = "0.11.2";
  version = "0.12.0";

  src = fetchFromGitHub {
    owner = "ozwaldorf";
    repo = "lutgen-rs";
    rev = "v${version}";
    hash = "sha256-jmMVeDDVb/TuxulDYj+8y4Kl42EJTAWb3tAsanfWduE=";
    hash = "sha256-VE4R0rdQbZ7cyCPRtWWARUAnlR/KWGFUoJSJ4lySwzY=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-BEh8Wl0X1wv53w/Zu0PHwh8oGtCvIJe60aVqLbiH1Hs=";
  cargoHash = "sha256-H913/EjCh14AcCIj/Em6neP5F6i88rSVbPMmnS3po/I=";

  nativeBuildInputs = [ installShellFiles ];