Skip to content

Commit

Permalink
nspr: 4.20 -> 4.21 (NixOS#57335)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nspr/versions
  • Loading branch information
r-ryantm authored and xeji committed Apr 9, 2019
1 parent 94ecefe commit 97fe2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/nspr/default.nix
Expand Up @@ -2,14 +2,14 @@
, CoreServices ? null
, buildPackages }:

let version = "4.20"; in
let version = "4.21"; in

stdenv.mkDerivation {
name = "nspr-${version}";

src = fetchurl {
url = "mirror://mozilla/nspr/releases/v${version}/src/nspr-${version}.tar.gz";
sha256 = "0vjms4j75zvv5b2siyafg7hh924ysx2cwjad8spzp7x87n8n929c";
sha256 = "0nkbgk0x31nfm4xl8la0a3vrnpa8gzkh7g4k65p7n880n73k5shm";
};

patches = [
Expand Down

0 comments on commit 97fe2b0

Please sign in to comment.