Unverified Commit 8e207e84 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

librashader: 0.6.2 -> 0.8.1

parent e6218aa1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "librashader";
  version = "0.6.2";
  version = "0.8.1";

  src = fetchFromGitHub {
    owner = "SnowflakePowered";
    repo = "librashader";
    tag = "librashader-v${finalAttrs.version}";
    hash = "sha256-zkvCpQ5Cq3sDOspc12/gPmNi6hn/nBe1UfWrMGi/o0Q=";
    hash = "sha256-S0EZES4KLL52UT6ub9GVGl/n2gWxmoxazwZr7oEMTHo=";
  };

  patches = [
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  ];

  useFetchCargoVendor = true;
  cargoHash = "sha256-9rwrbCt/obrKlRDWzzc1hm6ywHubz5x6Ujm2JMso0vg=";
  cargoHash = "sha256-fKYpRvH8zt7GeiaBf1oZHBY4WSCVQzZ0Ca7Q3ek6QE0=";

  RUSTC_BOOTSTRAP = 1;