mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 22:17:52 +00:00
anki: update to 2.0.31
Build and run tested.
This commit is contained in:
parent
47617be9f8
commit
b47e5b6db3
@ -6,7 +6,7 @@
|
||||
|
||||
let
|
||||
py = pythonPackages;
|
||||
version = "2.0.29";
|
||||
version = "2.0.31";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "anki-${version}";
|
||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
"http://ankisrs.net/download/mirror/${name}.tgz"
|
||||
"http://ankisrs.net/download/mirror/archive/${name}.tgz"
|
||||
];
|
||||
sha256 = "12qw0as5cdgh4hi0vyl0zpdzha93x8rid5xrhpjgiyj5s9fisf40";
|
||||
sha256 = "0bxy4pq9yq78g0ffnlkpqj91ri0w4xqgv8mqksddn02v4llrd5jb";
|
||||
};
|
||||
|
||||
pythonPath = [ pyqt4 py.pysqlite py.sqlalchemy py.pyaudio ]
|
||||
|
Loading…
Reference in New Issue
Block a user