libbsd: 0.8.2 -> 0.8.3
This commit is contained in:
parent
ab6d358ebf
commit
fa03b8279f
@ -1,18 +1,18 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
let name = "libbsd-0.8.2";
|
stdenv.mkDerivation rec {
|
||||||
in stdenv.mkDerivation {
|
name = "libbsd-${version}";
|
||||||
inherit name;
|
version = "0.8.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://libbsd.freedesktop.org/releases/${name}.tar.xz";
|
url = "http://libbsd.freedesktop.org/releases/${name}.tar.xz";
|
||||||
sha256 = "02i5brb2007sxq3mn862mr7yxxm0g6nj172417hjyvjax7549xmj";
|
sha256 = "1a1l7afchlvvj2zfi7ajcg26bbkh5i98y2v5h9j5p1px9m7n6jwk";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Common functions found on BSD systems";
|
description = "Common functions found on BSD systems";
|
||||||
homepage = http://libbsd.freedesktop.org/;
|
homepage = http://libbsd.freedesktop.org/;
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user