mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
anki: update from 2.0.26 to 2.0.28
This commit is contained in:
parent
19fb472d5a
commit
be560b710e
@ -6,13 +6,13 @@
|
||||
|
||||
let
|
||||
py = pythonPackages;
|
||||
version = "2.0.26";
|
||||
version = "2.0.28";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "anki-${version}";
|
||||
src = fetchurl {
|
||||
url = "http://ankisrs.net/download/mirror/${name}.tgz";
|
||||
sha256 = "0w1dn2v6mbyq4dfyjskx51qwfqy6jpskpg4v5pzrv30big274p4q";
|
||||
sha256 = "0dj33mlc23y982kcl4h0aganb4fy70rl28mpj2mbcfphykzkv05s";
|
||||
};
|
||||
|
||||
pythonPath = [ pyqt4 py.pysqlite py.sqlalchemy py.pyaudio ]
|
||||
|
Loading…
Reference in New Issue
Block a user