aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/librem
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2016-12-08 14:16:41 +0100
committerMichael Raskin <7c6f434c@mail.ru>2016-12-08 16:15:18 +0100
commitff3fc6eef3fda0df482e89c2c9c035441dace538 (patch)
tree53fe843218e8a7fb856178fbcc2bc86bd68eb9a0 /pkgs/development/libraries/librem
parent1461981190c048fecd62f681c10d663e3d960d52 (diff)
librem: 0.4.7 -> 0.5.0
Diffstat (limited to 'pkgs/development/libraries/librem')
-rw-r--r--pkgs/development/libraries/librem/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/librem/default.nix b/pkgs/development/libraries/librem/default.nix
index 5b7041601f72..5ad5f8d3848c 100644
--- a/pkgs/development/libraries/librem/default.nix
+++ b/pkgs/development/libraries/librem/default.nix
@@ -1,10 +1,10 @@
{stdenv, fetchurl, zlib, openssl, libre}:
stdenv.mkDerivation rec {
- version = "0.4.7";
+ version = "0.5.0";
name = "librem-${version}";
src=fetchurl {
url = "http://www.creytiv.com/pub/rem-${version}.tar.gz";
- sha256 = "0klm6ls9w0cj66h1zxmx0ifsihlmq1bq75vbmf09d0vvw5g4y22x";
+ sha256 = "1n1ajy1ccw0xw6bndad4js2pnj977s2angzs7lawadh7x5wnalbb";
};
buildInputs = [zlib openssl libre];
makeFlags = [