summary refs log tree commit diff
path: root/pkgs/development/libraries/libpsl
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-10-13 18:43:12 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-10-13 20:07:18 +0200
commit3680198bb91649c239ae163bd30b84dbe1040d25 (patch)
treec387b7a03b1d19719f6f39fec206930a36dbc67e /pkgs/development/libraries/libpsl
parent8222eeca6eb3081de3439c2fcfd501dc96b45c6b (diff)
downloadnixpkgs-3680198bb91649c239ae163bd30b84dbe1040d25.tar
nixpkgs-3680198bb91649c239ae163bd30b84dbe1040d25.tar.gz
nixpkgs-3680198bb91649c239ae163bd30b84dbe1040d25.tar.bz2
nixpkgs-3680198bb91649c239ae163bd30b84dbe1040d25.tar.lz
nixpkgs-3680198bb91649c239ae163bd30b84dbe1040d25.tar.xz
nixpkgs-3680198bb91649c239ae163bd30b84dbe1040d25.tar.zst
nixpkgs-3680198bb91649c239ae163bd30b84dbe1040d25.zip
libpsl list 2015-09-25 -> 2015-10-11
Diffstat (limited to 'pkgs/development/libraries/libpsl')
-rw-r--r--pkgs/development/libraries/libpsl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libpsl/default.nix b/pkgs/development/libraries/libpsl/default.nix
index 25bd92add38..ebdce2bfc48 100644
--- a/pkgs/development/libraries/libpsl/default.nix
+++ b/pkgs/development/libraries/libpsl/default.nix
@@ -5,10 +5,10 @@ let
 
   version = "${libVersion}-list-${listVersion}";
 
-  listVersion = "2015-09-25";
+  listVersion = "2015-10-11";
   listSources = fetchFromGitHub {
-    sha256 = "045snl0pz8ma5rk51xxbjcamm28hi4z2v7gd8zkkv8yrjyg9yp82";
-    rev = "509db00ef21795e58bfc2c576cebf72c8ee7a6f9";
+    sha256 = "1zvfywi43kyh7b6hsm8ldmdypk9n36jzp0s1lf2rzd4yzcyxwgzy";
+    rev = "8952c0c398ba44d507a8ed430fd1cff7b92dfde8";
     repo = "list";
     owner = "publicsuffix";
   };