Merge pull request #35804 from ryantm/auto-update/librep-0.92.6-to-0.92.7
librep: 0.92.6 -> 0.92.7
This commit is contained in:
commit
246759c204
@ -7,12 +7,12 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "librep-${version}";
|
name = "librep-${version}";
|
||||||
version = "0.92.6";
|
version = "0.92.7";
|
||||||
sourceName = "librep_${version}";
|
sourceName = "librep_${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.tuxfamily.org/librep/${sourceName}.tar.xz";
|
url = "http://download.tuxfamily.org/librep/${sourceName}.tar.xz";
|
||||||
sha256 = "1k6c0hmyzxh8459r790slh9vv9vwy9d7w3nlmrqypbx9mk855hgy";
|
sha256 = "1bmcjl1x1rdh514q9z3hzyjmjmwwwkziipjpjsl301bwmiwrd8a8";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user