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

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

libre: 3.7.0 -> 3.8.0

authored by 7c6f434c and committed by GitHub e330c627 5dcad41f

+2 -2
+2 -2
pkgs/development/libraries/libre/default.nix
··· 8 8 }: 9 9 10 10 stdenv.mkDerivation rec { 11 - version = "3.7.0"; 11 + version = "3.8.0"; 12 12 pname = "libre"; 13 13 src = fetchFromGitHub { 14 14 owner = "baresip"; 15 15 repo = "re"; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-7wNzYp6o3+71Jz/VuDWyVOj+OrAkDyDG0NWryYwuIT4="; 17 + sha256 = "sha256-zKoK5GsgNnmQrEZ5HAse2e1Gy7fPO42DEvVAL5ZTNhc="; 18 18 }; 19 19 20 20 buildInputs = [