Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

turbo-unwrapped: 2.5.2 -> 2.5.3 (#405301)

authored by

Seth Flynn and committed by
GitHub
b76ff94c 5381c1e0

+3 -3
+3 -3
pkgs/by-name/tu/turbo-unwrapped/package.nix
··· 17 17 18 18 rustPlatform.buildRustPackage (finalAttrs: { 19 19 pname = "turbo-unwrapped"; 20 - version = "2.5.2"; 20 + version = "2.5.3"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "vercel"; 24 24 repo = "turborepo"; 25 25 tag = "v${finalAttrs.version}"; 26 - hash = "sha256-sqTMiaXXkZwGI0fakDoa6HUk6hc8HG7Pi4mpk72QyHg="; 26 + hash = "sha256-QcyRuLd+nMoCyrtX1j+8vFtsgVKC2KsQBAUjsvfG+rM="; 27 27 }; 28 28 29 29 useFetchCargoVendor = true; 30 - cargoHash = "sha256-7pcJ7NUTLe9rxLWnviJbWtTg1P145BzL1ZfWcuxPlSc="; 30 + cargoHash = "sha256-zEkpWu/L5plFCnvliAtfu19ljB4pnrEesVQZOycOKRk="; 31 31 32 32 nativeBuildInputs = 33 33 [