Author: MarcWeber Date: 2010-06-08 05:44:04 +0000 (Tue, 08 Jun 2010) New Revision: 22175
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22175&view=rev Modified: nixpkgs/trunk/pkgs/os-specific/linux/lvm2/default.nix Log: update lvm2 (this time not using latest version because I hope this is more stable and won't be removed that fast.. Changes: Modified: nixpkgs/trunk/pkgs/os-specific/linux/lvm2/default.nix =================================================================== --- nixpkgs/trunk/pkgs/os-specific/linux/lvm2/default.nix 2010-06-07 21:44:06 UTC (rev 22174) +++ nixpkgs/trunk/pkgs/os-specific/linux/lvm2/default.nix 2010-06-08 05:44:04 UTC (rev 22175) @@ -1,7 +1,7 @@ { stdenv, fetchurl, udev }: let - v = "2.02.64"; + v = "2.02.65"; in stdenv.mkDerivation { @@ -9,7 +9,7 @@ src = fetchurl { url = "ftp://sources.redhat.com/pub/lvm2/LVM2.${v}.tgz"; - sha256 = "130yg8a9l0266hraklalm2k26n25a8kb2nvhj13cnczfxbz5a4m0"; + sha256 = "2a4157b91b7ad5ea84359e8548b64947611beea01862e010be71f54b649e7ad1"; }; configureFlags = "--disable-readline --enable-udev_rules --enable-udev_sync"; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
