lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libre: update 0.4.12 -> 0.4.13

+2 -2
+2 -2
pkgs/development/libraries/libre/default.nix
··· 1 1 {stdenv, fetchurl, zlib, openssl}: 2 2 stdenv.mkDerivation rec { 3 - version = "0.4.12"; 3 + version = "0.4.13"; 4 4 name = "libre-${version}"; 5 5 src=fetchurl { 6 6 url = "http://www.creytiv.com/pub/re-${version}.tar.gz"; 7 - sha256 = "1wjdcf5wr50d86rysj5haz53v7d58j7sszpc6k5b4mn1x6604i0d"; 7 + sha256 = "0496nfi7vi6ivnyici5bqs147pwkdqn48w2rajhr5k8jd07pq5qp"; 8 8 }; 9 9 buildInputs = [zlib openssl]; 10 10 makeFlags = [