mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
* Wine 0.9.55.
svn path=/nixpkgs/trunk/; revision=10663
This commit is contained in:
parent
5ff8f11d54
commit
6e3afdf7da
1 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@ assert stdenv.isLinux;
|
|||
let lib = import ../../../lib/default.nix; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "wine-0.9.54";
|
||||
name = "wine-0.9.55";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/wine/wine-0.9.54.tar.bz2;
|
||||
sha256 = "13wqs9a4wz5rdr6h8kanj2py38jc09bxqgd3z8idqrp3rh7pv1yf";
|
||||
url = mirror://sourceforge/wine/wine-0.9.55.tar.bz2;
|
||||
sha256 = "1qsyd4k7fbv8nsv3y7zi72fakpp6z1idi7afhi87qv9xgqzy3a4d";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue