libxl: 3.8.4 -> 3.8.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libxl/versions

authored by

R. RyanTM and committed by
Jon
92ca20ef 39c0e489

+2 -2
+2 -2
pkgs/development/libraries/libxl/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libxl"; 5 - version = "3.8.4"; 5 + version = "3.8.5"; 6 6 7 7 src = fetchurl { 8 8 url = "http://www.libxl.com/download/${pname}-lin-${version}.tar.gz"; 9 - sha256 = "0jnvc9ilir3lvs81l6ldnyf6jbfsy7bcs5pkc75qfnvz01y7p6as"; 9 + sha256 = "15n8gxyznk1nm2kgp86hd36rnivjsby9ccl12lyabv6q3fab6fsx"; 10 10 }; 11 11 12 12 phases = [ "unpackPhase" "installPhase" "fixupPhase" ];