Merge pull request #58317 from r-ryantm/auto-update/libxl

libxl: 3.8.1 -> 3.8.4
This commit is contained in:
Vladyslav M 2019-03-27 00:34:29 +02:00 committed by GitHub
commit b7aefd4174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libxl";
version = "3.8.1";
version = "3.8.4";
src = fetchurl {
url = "http://www.libxl.com/download/${pname}-lin-${version}.tar.gz";
sha256 = "1zdbahhyhr70s8hygwp43j9z4zmglyrr782hkcm1078yvkr2f2fm";
sha256 = "0jnvc9ilir3lvs81l6ldnyf6jbfsy7bcs5pkc75qfnvz01y7p6as";
};
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];