summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2022-10-09 10:44:25 +0200
committerAnthony Roussel <anthony@roussel.dev>2022-10-09 10:44:25 +0200
commitb70092236559b76ae574ff2b7541a85a209c39a1 (patch)
treeff826bc953adf3e6b2b9ad15420054987b26573b
parentaa007170d5f6a966a2b33034672f7c66c627aba0 (diff)
downloadnixpkgs-b70092236559b76ae574ff2b7541a85a209c39a1.tar
nixpkgs-b70092236559b76ae574ff2b7541a85a209c39a1.tar.gz
nixpkgs-b70092236559b76ae574ff2b7541a85a209c39a1.tar.bz2
nixpkgs-b70092236559b76ae574ff2b7541a85a209c39a1.tar.lz
nixpkgs-b70092236559b76ae574ff2b7541a85a209c39a1.tar.xz
nixpkgs-b70092236559b76ae574ff2b7541a85a209c39a1.tar.zst
nixpkgs-b70092236559b76ae574ff2b7541a85a209c39a1.zip
thrift: 0.16.0 -> 0.17.0
-rw-r--r--pkgs/development/libraries/thrift/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/pkgs/development/libraries/thrift/default.nix b/pkgs/development/libraries/thrift/default.nix
index 54e5cac3ad7..76d8cc2ff54 100644
--- a/pkgs/development/libraries/thrift/default.nix
+++ b/pkgs/development/libraries/thrift/default.nix
@@ -16,11 +16,11 @@
 
 stdenv.mkDerivation rec {
   pname = "thrift";
-  version = "0.16.0";
+  version = "0.17.0";
 
   src = fetchurl {
     url = "https://archive.apache.org/dist/thrift/${version}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-9GC1wcow2JGP+V6j62KRs5Uc9RhVNWYIjz8r6JgfYgk=";
+    hash = "sha256-snLBeIuxZdmVIaJZmzG5f6aeWTHQmQFdka4QegsMxY8=";
   };
 
   # Workaround to make the Python wrapper not drop this package:
@@ -62,11 +62,6 @@ stdenv.mkDerivation rec {
     # doesn't disable all UnitTests as in Darwin.
     ./disable-failing-test.patch
     (fetchpatch {
-      name = "tests-expired-certs.diff"; # https://github.com/apache/thrift/pull/2629
-      url = "https://github.com/apache/thrift/commit/54765854873e19b8ba50a0ec8080dd92d8323851.diff";
-      sha256 = "wnG2MjY0DtAhVcEdcxu77tDa4T9Xm2pMYZU2wXLx2OA=";
-    })
-    (fetchpatch {
       name = "setuptools-gte-62.1.0.patch"; # https://github.com/apache/thrift/pull/2635
       url = "https://github.com/apache/thrift/commit/c41ad9d5119e9bdae1746167e77e224f390f2c42.diff";
       hash = "sha256-FkErrg/6vXTomS4AsCsld7t+Iccc55ZiDaNjJ3W1km0=";