mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
* Wine 1.1.1.
svn path=/nixpkgs/trunk/; revision=12352
This commit is contained in:
parent
bf23a785fc
commit
be77e6f99f
@ -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.0";
|
name = "wine-1.1.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://downloads.sourceforge.net/wine/wine-1.1.0.tar.bz2;
|
url = mirror://sourceforge/wine/wine-1.1.1.tar.bz2;
|
||||||
sha256 = "01rn3976rapacqma06752qdjsaxvahjap83lcqbzpg4bxg0wwyg0";
|
sha256 = "1mqcczj1gi1wwmi9rp3kgsqq46j4009cpp661s2vdn9ra7pncvlz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user