mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* qemu-kvm 0.11.0rc2.
svn path=/nixpkgs/trunk/; revision=16995
This commit is contained in:
parent
bba3090136
commit
daceb23a25
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "qemu-kvm-0.11.0-rc1";
|
||||
name = "qemu-kvm-0.11.0-rc2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/kvm/${name}.tar.gz";
|
||||
sha256 = "0gmz42ckjjv6p9fd767k1sqh319aplsddschjp86m526d082rik9";
|
||||
sha256 = "0mdcbiiypa76cvjpns36hlnqg6rgwbk07jjqyylva7vaxhzqrsyq";
|
||||
};
|
||||
|
||||
patches = [ ./unix-domain.patch ];
|
||||
|
|
Loading…
Reference in a new issue