We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7ccbf commit 265e196Copy full SHA for 265e196
lib/fetcher.nix
@@ -21,7 +21,7 @@ let
21
target = if isDarwin then binaryTarget else "${binaryTarget}-openssl-${opensslVersion}";
22
toUrl = url: "https://binaries.prisma.sh/all_commits/${version.commit}/${target}/${url}";
23
deps =
24
- runCommand "prisma-deps-bin-${hash}"
+ runCommand "prisma-deps-bin-${version.commit}"
25
{
26
nativeBuildInputs = [
27
curl
0 commit comments