Update lib rem
This commit is contained in:
parent
4f4a378a02
commit
2466b0bc76
|
@ -1,10 +1,10 @@
|
||||||
{stdenv, fetchurl, zlib, openssl, libre}:
|
{stdenv, fetchurl, zlib, openssl, libre}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.4.2";
|
version = "0.4.6";
|
||||||
name = "librem-${version}";
|
name = "librem-${version}";
|
||||||
src=fetchurl {
|
src=fetchurl {
|
||||||
url = "http://www.creytiv.com/pub/rem-${version}.tar.gz";
|
url = "http://www.creytiv.com/pub/rem-${version}.tar.gz";
|
||||||
sha256 = "55c66118e3026c5ed42d8b9e0c668149baefe83f1aa76394cddba2d72f45d5c7";
|
sha256 = "0rgqy9pqn730ijxvz1gk0virsf6jwjmq02s99jqqrfm3p0g6zs3w";
|
||||||
};
|
};
|
||||||
buildInputs = [zlib openssl libre];
|
buildInputs = [zlib openssl libre];
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
|
@ -20,5 +20,9 @@ stdenv.mkDerivation rec {
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [raskin];
|
maintainers = with stdenv.lib.maintainers; [raskin];
|
||||||
license = with stdenv.lib.licenses; bsd3;
|
license = with stdenv.lib.licenses; bsd3;
|
||||||
|
inherit version;
|
||||||
|
downloadPage = "http://www.creytiv.com/pub/";
|
||||||
|
updateWalker = true;
|
||||||
|
downloadURLRegexp = "/rem-.*[.]tar[.].*";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue