Merge pull request #332903 from r-ryantm/auto-update/rojo

rojo: 7.4.2 -> 7.4.3
This commit is contained in:
Nick Cao
2024-08-07 14:18:22 -04:00
committed by GitHub
+3 -3
View File
@@ -12,17 +12,17 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "rojo";
version = "7.4.2";
version = "7.4.3";
src = fetchFromGitHub {
owner = "rojo-rbx";
repo = "rojo";
rev = "v${version}";
hash = "sha256-T4a54JiCGKfXvt80rCRZbS/zqV3gomzG0IwAQRxcQo8=";
hash = "sha256-oCG0dD1nVk5bpz3QID4kKjzGN6JH6iZXir/PzIrayaU=";
fetchSubmodules = true;
};
cargoHash = "sha256-hXEz7u6dT2LRcQDYNjK4yxSHA1lxXZwNP98r0NT6mgA=";
cargoHash = "sha256-c+uPLZU9uGbaNjs5b6Us393QSJKdUub27ZqggQqgriU=";
nativeBuildInputs = [
pkg-config