xbps: 0.58 -> 0.59
This commit is contained in:
parent
bea63a74a6
commit
08690436a8
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xbps";
|
pname = "xbps";
|
||||||
version = "0.58";
|
version = "0.59";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "void-linux";
|
owner = "void-linux";
|
||||||
repo = "xbps";
|
repo = "xbps";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "03zjbqz6fcp9h45ms93hsf96yd79r6hmbk6vixl5m34bf1z2qdn5";
|
sha256 = "0m00h1f004gsa998cr93b4zmsn4162983d360pzpd3hfi3qzan5d";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig which ];
|
nativeBuildInputs = [ pkgconfig which ];
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/void-linux/xbps;
|
homepage = "https://github.com/void-linux/xbps";
|
||||||
description = "The X Binary Package System";
|
description = "The X Binary Package System";
|
||||||
platforms = platforms.linux; # known to not work on Darwin, at least
|
platforms = platforms.linux; # known to not work on Darwin, at least
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user