mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
0.128 -> 0.129
svn path=/nixpkgs/trunk/; revision=8689
This commit is contained in:
parent
605ddb67d7
commit
4c113abb5e
1 changed files with 3 additions and 3 deletions
|
@ -7,11 +7,11 @@ assert spellChecking -> gtkspell != null /* !!! && gtk == gtkspell.gtk */;
|
|||
# !!! assert gtk.glib == gnet.glib;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pan-0.128";
|
||||
name = "pan-0.129";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://pan.rebelbase.com/download/releases/0.128/source/pan-0.128.tar.bz2;
|
||||
sha1 = "3fca3cbd3d3ae3cc507d2b0a06a0fe03c993abe6";
|
||||
url = http://pan.rebelbase.com/download/releases/0.129/source/pan-0.129.tar.bz2;
|
||||
sha256 = "07hv304bq65lpa3442i6xi621lrcxw5mzb09xw57dyvx6kb20sf8";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue