Skip to content

Commit 265e196

Browse files
committed
force re-build when commit changes
1 parent ee7ccbf commit 265e196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fetcher.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let
2121
target = if isDarwin then binaryTarget else "${binaryTarget}-openssl-${opensslVersion}";
2222
toUrl = url: "https://binaries.prisma.sh/all_commits/${version.commit}/${target}/${url}";
2323
deps =
24-
runCommand "prisma-deps-bin-${hash}"
24+
runCommand "prisma-deps-bin-${version.commit}"
2525
{
2626
nativeBuildInputs = [
2727
curl

0 commit comments

Comments
 (0)