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