3
0
Fork 0
forked from mirrors/nixpkgs

anki: update from 2.0.22 to 2.0.26

This commit is contained in:
Moritz Ulrich 2014-04-30 22:50:25 +02:00
parent 444538ca8f
commit 81a6fcd847

View file

@ -6,13 +6,13 @@
let let
py = pythonPackages; py = pythonPackages;
version = "2.0.22"; version = "2.0.26";
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "anki-${version}"; name = "anki-${version}";
src = fetchurl { src = fetchurl {
url = "http://ankisrs.net/download/mirror/${name}.tgz"; url = "http://ankisrs.net/download/mirror/${name}.tgz";
sha256 = "1bnjzf8050hrs3iiaak0m07sxj07vqic677llg2g6iarg9ws8x26"; sha256 = "0w1dn2v6mbyq4dfyjskx51qwfqy6jpskpg4v5pzrv30big274p4q";
}; };
pythonPath = [ pyqt4 py.pysqlite py.sqlalchemy py.pyaudio ] pythonPath = [ pyqt4 py.pysqlite py.sqlalchemy py.pyaudio ]