Skip to content

Commit 1ed8ae3

Browse files
committed
quictls: 3.0.3+quick_unstable-2022-05.04 -> 3.0.5+quick_unstable-2022-07.05
1 parent bfa3e73 commit 1ed8ae3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/libraries/quictls/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "quictls";
14-
version = "3.0.3+quick_unstable-2022-05.04";
14+
version = "3.0.5+quick_unstable-2022-07.05";
1515

1616
src = fetchFromGitHub {
1717
owner = "quictls";
1818
repo = "openssl";
19-
rev = "368c9d581b17f0bbe425f8dedeaa7b864a7b29ce";
20-
sha256 = "sha256-W3bILxhyeziWQNZUHUg/D9eV8LnmHJqEFwyzWjJrRuc=";
19+
rev = "75e940831d0570d6b020cfebf128ae500f424867";
20+
sha256 = "sha256-1HBGKafcCbM0RZWLvyl3vpSfGBsAcGDgjz1Nm/qclWM=";
2121
};
2222

2323
patches = [

0 commit comments

Comments
 (0)