Skip to content

Commit ee7ccbf

Browse files
committed
force re-fetching when hash changes
1 parent 40b3351 commit ee7ccbf

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"
24+
runCommand "prisma-deps-bin-${hash}"
2525
{
2626
nativeBuildInputs = [
2727
curl

0 commit comments

Comments
 (0)