xbps: 0.57 -> 0.57.1

(#72697)
This commit is contained in:
R. RyanTM 2019-11-09 06:54:31 -08:00 committed by Renaud
parent e3fe458e81
commit 1d43f30a97

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xbps"; pname = "xbps";
version = "0.57"; version = "0.57.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "void-linux"; owner = "void-linux";
repo = "xbps"; repo = "xbps";
rev = version; rev = version;
sha256 = "1aaa0h265lx85hmcvg7zpg7iiq6dzzlyxqazn1s387ss709i5gxn"; sha256 = "0adxhhvn5r6hwwqp42iwwfrslmps30ycndi6v39934v38rf0wx9s";
}; };
nativeBuildInputs = [ pkgconfig which ]; nativeBuildInputs = [ pkgconfig which ];