xbps: 0.58 -> 0.59

This commit is contained in:
R. RyanTM 2020-03-10 01:29:56 +00:00 committed by Frederik Rietdijk
parent bea63a74a6
commit 08690436a8

View file

@ -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;