forked from mirrors/nixpkgs
GNU xnee 3.11.
svn path=/nixpkgs/trunk/; revision=31675
This commit is contained in:
parent
7ce8cc9f2c
commit
9975a56711
|
@ -2,11 +2,11 @@
|
|||
, gtk, libXi, inputproto, pkgconfig, recordproto, texinfo }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xnee-3.10";
|
||||
name = "xnee-3.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/xnee/${name}.tar.gz";
|
||||
sha256 = "0mkbp0gikm1mv9g2v0vs7krinkz392p1crvaira8ml9q94py0q32";
|
||||
sha256 = "1x4frrf5ayslbkmr5cwll7psssxk11r4acnadp4qdvd218x50xrq";
|
||||
};
|
||||
|
||||
patchPhase =
|
||||
|
|
Loading…
Reference in a new issue