3p/nixpkgs: remove 1.1.1k patch, it's in upstream

This commit is contained in:
Luke Granger-Brown 2021-04-02 02:47:06 +00:00
parent a598fd0e53
commit 32466344b3
2 changed files with 0 additions and 16 deletions

View file

@ -1,15 +0,0 @@
diff --git a/pkgs/development/libraries/openssl/default.nix b/pkgs/development/libraries/openssl/default.nix
index 2edf02e738f30..49ac7954169ff 100644
--- a/pkgs/development/libraries/openssl/default.nix
+++ b/pkgs/development/libraries/openssl/default.nix
@@ -160,8 +160,8 @@ in {
};
openssl_1_1 = common {
- version = "1.1.1j";
- sha256 = "1gw17520vh13izy1xf5q0a2fqgcayymjjj5bk0dlkxndfnszrwma";
+ version = "1.1.1k";
+ sha256 = "1rdfzcrxy9y38wqdw5942vmdax9hjhgrprzxm42csal7p5shhal9";
patches = [
./1.1/nix-ssl-cert-file.patch

View file

@ -1,3 +1,2 @@
various.patch various.patch
patch-cherrypy.patch patch-cherrypy.patch
openssl-1.1.1k.patch