rojo: 7.5.1 -> 7.6.0 (#451970)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-14 20:35:27 +00:00
committed by GitHub

View File

@@ -10,17 +10,17 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "rojo";
version = "7.5.1";
version = "7.6.0";
src = fetchFromGitHub {
owner = "rojo-rbx";
repo = "rojo";
tag = "v${finalAttrs.version}";
hash = "sha256-awMio62guyP5qZH4i5hwXV5re6o45HDwqIJb3Dd71Is=";
hash = "sha256-4i0Oo4M7SP09E+D81Lf7coaEQWgM03PbQ0lB6PwTjr0=";
fetchSubmodules = true;
};
cargoHash = "sha256-iWRjXC+JaBA/z2eOHiiqFFtS2gug5/hkIpYrPdHyux0=";
cargoHash = "sha256-UkK/QQI98bIty8lT3UrekeAISEAwo/QD8AScRUkIvgE=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];