Skip to content

Commit 346ab73

Browse files
committed
fixup! tools: update nixpkgs-unstable to 02f2cb8e0feb4596d20cc52fda73ccee960
1 parent 46fc67c commit 346ab73

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

shell.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
libuv
1212
nghttp3
1313
ngtcp2
14-
openssl
1514
simdjson
1615
simdutf
1716
sqlite
@@ -30,6 +29,13 @@
3029
})
3130
];
3231
};
32+
openssl = pkgs.openssl.overrideAttrs {
33+
version = "3.5.4";
34+
src = pkgs.fetchurl {
35+
url = builtins.replaceStrings [ pkgs.openssl.version ] [ "3.5.4" ] pkgs.openssl.src.url;
36+
hash = "sha256-lnMR+ElVMWlpvbHY1LmDcY70IzhjnGIexMNP3e81Xpk=";
37+
};
38+
};
3339
},
3440
ccache ? pkgs.ccache,
3541
ninja ? pkgs.ninja,

0 commit comments

Comments
 (0)