xbps: 0.56 -> 0.57

This commit is contained in:
Will Dietz 2019-08-29 21:33:10 -05:00
parent 9dbda3eddf
commit 31e8b2d069
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

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