Skip to content

Commit

Permalink
nss: 3.28.1 -> 3.28.3
Browse files Browse the repository at this point in the history
This should fix firefox build, which fails due to nss being too old.
  • Loading branch information
rasendubi committed Mar 8, 2017
1 parent 22c2651 commit cb67055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/nss/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ let

in stdenv.mkDerivation rec {
name = "nss-${version}";
version = "3.28.1";
version = "3.28.3";

src = fetchurl {
url = "mirror://mozilla/security/nss/releases/NSS_3_28_1_RTM/src/${name}.tar.gz";
sha256 = "58cc0c05c0ed9523e6d820bea74f513538f48c87aac931876e3d3775de1a82ad";
url = "mirror://mozilla/security/nss/releases/NSS_3_28_3_RTM/src/${name}.tar.gz";
sha256 = "1wrx2ig6yvgywjs25hzy4szgml21hwhd7ds0ghyfybhkiq7lyg6x";
};

buildInputs = [ nspr perl zlib sqlite ];
Expand Down

0 comments on commit cb67055

Please sign in to comment.