xbps: 0.57.1 -> 0.58
This commit is contained in:
parent
1ad0c1dcc1
commit
140f037faf
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xbps";
|
pname = "xbps";
|
||||||
version = "0.57.1";
|
version = "0.58";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "void-linux";
|
owner = "void-linux";
|
||||||
repo = "xbps";
|
repo = "xbps";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0adxhhvn5r6hwwqp42iwwfrslmps30ycndi6v39934v38rf0wx9s";
|
sha256 = "03zjbqz6fcp9h45ms93hsf96yd79r6hmbk6vixl5m34bf1z2qdn5";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig which ];
|
nativeBuildInputs = [ pkgconfig which ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user