We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa3e73 commit 1ed8ae3Copy full SHA for 1ed8ae3
1 file changed
pkgs/development/libraries/quictls/default.nix
@@ -11,13 +11,13 @@
11
12
stdenv.mkDerivation rec {
13
pname = "quictls";
14
- version = "3.0.3+quick_unstable-2022-05.04";
+ version = "3.0.5+quick_unstable-2022-07.05";
15
16
src = fetchFromGitHub {
17
owner = "quictls";
18
repo = "openssl";
19
- rev = "368c9d581b17f0bbe425f8dedeaa7b864a7b29ce";
20
- sha256 = "sha256-W3bILxhyeziWQNZUHUg/D9eV8LnmHJqEFwyzWjJrRuc=";
+ rev = "75e940831d0570d6b020cfebf128ae500f424867";
+ sha256 = "sha256-1HBGKafcCbM0RZWLvyl3vpSfGBsAcGDgjz1Nm/qclWM=";
21
};
22
23
patches = [
0 commit comments