summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-09-11 00:41:06 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-09-11 00:41:06 +0200
commit8b297075924321e4aeb7ce2f694ccec69ccfb90e (patch)
treea70b22e977ab6283621b5d3020101d92ae6b19d8 /pkgs/development
parent41386bfdc68defd5c30f1b0997aef5d719971d83 (diff)
downloadnixpkgs-8b297075924321e4aeb7ce2f694ccec69ccfb90e.tar
nixpkgs-8b297075924321e4aeb7ce2f694ccec69ccfb90e.tar.gz
nixpkgs-8b297075924321e4aeb7ce2f694ccec69ccfb90e.tar.bz2
nixpkgs-8b297075924321e4aeb7ce2f694ccec69ccfb90e.tar.lz
nixpkgs-8b297075924321e4aeb7ce2f694ccec69ccfb90e.tar.xz
nixpkgs-8b297075924321e4aeb7ce2f694ccec69ccfb90e.tar.zst
nixpkgs-8b297075924321e4aeb7ce2f694ccec69ccfb90e.zip
{,pythonPackages.}libvirt: 1.2.18 -> 1.2.19
The previous bump erroneously said 1.2.19. Make it so.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/libvirt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libvirt/default.nix b/pkgs/development/libraries/libvirt/default.nix
index 28bb6bc09bf..e946f27791b 100644
--- a/pkgs/development/libraries/libvirt/default.nix
+++ b/pkgs/development/libraries/libvirt/default.nix
@@ -5,7 +5,7 @@
 , pythonPackages, perlPackages
 }:
 
-let version = "1.2.18"; in
+let version = "1.2.19"; in
 
 assert version == pythonPackages.libvirt.version;
 
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://libvirt.org/sources/${name}.tar.gz";
-    sha256 = "1pkaxcg77izi1yzjc0wjav985dr11bx2hvcqxlgx5kjcmwcgz9fm";
+    sha256 = "0vnxmqf04frrj18lrvq7wc70wh179d382py14006879k0cgi8b18";
   };
 
   buildInputs = [