Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #52206 from r-ryantm/auto-update/libre

libre: 0.5.9 -> 0.6.0

authored by

Michael Raskin and committed by
GitHub
581bd486 096ba3c2

+2 -2
+2 -2
pkgs/development/libraries/libre/default.nix
··· 1 1 {stdenv, fetchurl, zlib, openssl}: 2 2 stdenv.mkDerivation rec { 3 - version = "0.5.9"; 3 + version = "0.6.0"; 4 4 name = "libre-${version}"; 5 5 src = fetchurl { 6 6 url = "http://www.creytiv.com/pub/re-${version}.tar.gz"; 7 - sha256 = "04lnnlhifzyhv231abgnzvfzq21xhsal3lnimncp1q3pmrfa0aw8"; 7 + sha256 = "0cc1x6pm1nz09046bfzgvp2p3wjbgm6f53d71a9dd14grjsvr5qf"; 8 8 }; 9 9 buildInputs = [ zlib openssl ]; 10 10 makeFlags = [ "USE_ZLIB=1" "USE_OPENSSL=1" "PREFIX=$(out)" ]