* Wine updated to 1.1.2.
svn path=/nixpkgs/trunk/; revision=12638
This commit is contained in:
parent
77ce75b095
commit
813c7e87f6
@ -8,11 +8,11 @@ assert stdenv.isLinux;
|
|||||||
let lib = import ../../../lib/default.nix; in
|
let lib = import ../../../lib/default.nix; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "wine-1.1.1";
|
name = "wine-1.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/wine/wine-1.1.1.tar.bz2;
|
url = mirror://sourceforge/wine/wine-1.1.2.tar.bz2;
|
||||||
sha256 = "1mqcczj1gi1wwmi9rp3kgsqq46j4009cpp661s2vdn9ra7pncvlz";
|
sha256 = "1d136dmfnjmghm5hkmcfc635s3xgrhdwvrw0gr3gymwhzrxa1y8y";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user