rojo: 7.4.3 -> 7.4.4

This commit is contained in:
R. Ryantm 2024-08-23 04:00:05 +00:00
parent cc76f5abc4
commit deeb1924bf

View File

@ -12,17 +12,17 @@ let
in in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rojo"; pname = "rojo";
version = "7.4.3"; version = "7.4.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rojo-rbx"; owner = "rojo-rbx";
repo = "rojo"; repo = "rojo";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-oCG0dD1nVk5bpz3QID4kKjzGN6JH6iZXir/PzIrayaU="; hash = "sha256-5jiqR3gn3X+klcYr1zTEB9omxWwHKQNLKCVXhry1jjY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
cargoHash = "sha256-c+uPLZU9uGbaNjs5b6Us393QSJKdUub27ZqggQqgriU="; cargoHash = "sha256-J5297V6cHyWZYRyTTKM0V71QoHdHidtQCoAbQ2IoJrc=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config