turbo: 2.3.4 -> 2.4.2 (#381105)

This commit is contained in:
Peder Bergebakken Sundt
2025-02-20 00:23:07 +01:00
committed by GitHub
+3 -3
View File
@@ -17,17 +17,17 @@
rustPlatform.buildRustPackage rec {
pname = "turbo-unwrapped";
version = "2.3.4";
version = "2.4.2";
src = fetchFromGitHub {
owner = "vercel";
repo = "turbo";
tag = "v${version}";
hash = "sha256-cvwYBdvBxkntCXA4FJMc54Rca+zoZEjyWZUQoMH9Qdc=";
hash = "sha256-wXQY9W15J7+Plv3IvB8XaZd+Hn0TP2qDOB36bPJwfpY=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-e9xq3xc8Rtuq3e/3IEwj9eR9SEj5N4bvsu4PFubm8mM=";
cargoHash = "sha256-L56ubw2tQ3y2KBbbnUdnS9xZzQNMDKdCzKC0n12yl6o=";
nativeBuildInputs =
[