about summary refs log tree commit diff
path: root/pkgs/development/libraries/libxl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-25 18:58:18 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-03-25 18:58:18 -0700
commite65b0ac616061f08934589af7c60cd0f6fea182d (patch)
treee4930debdbe6f23c4e24bc739dfe338ff904e7a9 /pkgs/development/libraries/libxl
parent2cc644411361fcdde9c9b3b84d1ddd8d87c435af (diff)
libxl: 3.8.1 -> 3.8.4
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
Diffstat (limited to 'pkgs/development/libraries/libxl')
-rw-r--r--pkgs/development/libraries/libxl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libxl/default.nix b/pkgs/development/libraries/libxl/default.nix
index 471789d3e0f6b..44949cf2deb45 100644
--- a/pkgs/development/libraries/libxl/default.nix
+++ b/pkgs/development/libraries/libxl/default.nix
@@ -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" ];