jay: 1.9.1 -> 1.10.0

This commit is contained in:
R. Ryantm
2025-04-23 01:05:11 +00:00
parent 29662380da
commit 3644532b67
+3 -3
View File
@@ -17,17 +17,17 @@
rustPlatform.buildRustPackage rec {
pname = "jay";
version = "1.9.1";
version = "1.10.0";
src = fetchFromGitHub {
owner = "mahkoh";
repo = "jay";
rev = "v${version}";
sha256 = "sha256-dUp3QYno2rB3wuJmSvBpCqowSpfMQIJqUYc0lDVqVPA=";
sha256 = "sha256-wrA/UGxhIUMc2T+0/UNKS9iN44pe9ap2l+xL8ZE5jsI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-ovQxpUrRZAP1lHlsObfbIsgIjgMp+BLf6Ul+mzDVN5o=";
cargoHash = "sha256-2LfEktaHB+uIQSWeSFG+v7+7wfkGlDz54m7P4KttPLI=";
SHADERC_LIB_DIR = "${lib.getLib shaderc}/lib";