mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
anki: update from 2.0.31 to 2.0.32
This commit is contained in:
parent
f6886c62dc
commit
ad2b2a7997
@ -6,7 +6,7 @@
|
||||
|
||||
let
|
||||
py = pythonPackages;
|
||||
version = "2.0.31";
|
||||
version = "2.0.32";
|
||||
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 = "0bxy4pq9yq78g0ffnlkpqj91ri0w4xqgv8mqksddn02v4llrd5jb";
|
||||
sha256 = "0g5rmg0yqh40a3g8ci3y3if7vw4jl5nrpq8ki1a13a3xmgch13rr";
|
||||
};
|
||||
|
||||
pythonPath = [ pyqt4 py.pysqlite py.sqlalchemy py.pyaudio ]
|
||||
|
Loading…
Reference in New Issue
Block a user