Skip to content

Commit

Permalink
libbsd: 0.11.3 -> 0.11.5
Browse files Browse the repository at this point in the history
* libbsd: 0.11.3 -> 0.11.5 (#159492)

* libbsd: clarify licensing

Upstream references:
https://gitlab.freedesktop.org/libbsd/libbsd/-/blob/0.11.5/COPYING

Co-authored-by: Renaud <[email protected]>
  • Loading branch information
r-ryantm and c0bw3b authored Feb 18, 2022
1 parent f70caf7 commit cfe1e45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/libbsd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "libbsd";
version = "0.11.3";
version = "0.11.5";

src = fetchurl {
url = "https://libbsd.freedesktop.org/releases/${pname}-${version}.tar.xz";
sha256 = "18a2bcl9z0zyxhrm1lfv4yhhz0589s6jz0s78apaq78mhj0wz5gz";
sha256 = "sha256-GpyVJSVjXBu2dwyyLpabk42Oap15EjYrmO6DcFmbDv0=";
};

outputs = [ "out" "dev" "man" ];
Expand All @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Common functions found on BSD systems";
homepage = "https://libbsd.freedesktop.org/";
license = licenses.bsd3;
license = with licenses; [ beerware bsd2 bsd3 bsdOriginal isc mit ];
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ matthewbauer ];
};
Expand Down

0 comments on commit cfe1e45

Please sign in to comment.