xbps: 0.58 -> 0.59

This commit is contained in:
R. RyanTM
2020-03-14 14:32:09 +01:00
committed by Frederik Rietdijk
parent bea63a74a6
commit 08690436a8
@@ -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;