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 {
pname = "xbps";
version = "0.57";
version = "0.57.1";
src = fetchFromGitHub {
owner = "void-linux";
repo = "xbps";
rev = version;
sha256 = "1aaa0h265lx85hmcvg7zpg7iiq6dzzlyxqazn1s387ss709i5gxn";
sha256 = "0adxhhvn5r6hwwqp42iwwfrslmps30ycndi6v39934v38rf0wx9s";
};
nativeBuildInputs = [ pkgconfig which ];