aria: 1.35.0 -> 1.36.0
This commit is contained in:
parent
456481aa3d
commit
d4cc8e3296
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "aria2";
|
pname = "aria2";
|
||||||
version = "1.35.0";
|
version = "1.36.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aria2";
|
owner = "aria2";
|
||||||
repo = "aria2";
|
repo = "aria2";
|
||||||
rev = "release-${version}";
|
rev = "release-${version}";
|
||||||
sha256 = "195r3711ly3drf9jkygwdc2m7q99hiqlfrig3ip1127b837gzsf9";
|
sha256 = "sha256-ErjFfSJDIgZq0qy0Zn5uZ9bZS2AtJq4FuBVuUuQgPTI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config autoreconfHook sphinx ];
|
nativeBuildInputs = [ pkg-config autoreconfHook sphinx ];
|
||||||
|
Loading…
Reference in New Issue
Block a user