lutgen: 0.11.2 -> 0.12.0

This commit is contained in:
R. Ryantm
2025-04-16 07:53:36 +00:00
parent fdb40c313f
commit 04a4e527ae
+3 -3
View File
@@ -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 ];