Skip to content

Commit

Permalink
Merge pull request #14482 from micxjo/update-anki
Browse files Browse the repository at this point in the history
anki: 2.0.33 -> 2.0.35
  • Loading branch information
joachifm committed Apr 6, 2016
2 parents 1f68a8c + a811902 commit a312688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/anki/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:

let
version = "2.0.33";
version = "2.0.35";
in
stdenv.mkDerivation rec {
name = "anki-${version}";
Expand All @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
"http://ankisrs.net/download/mirror/${name}.tgz"
"http://ankisrs.net/download/mirror/archive/${name}.tgz"
];
sha256 = "1d5rf5gcw98m38wam6wh3hyh7qd78ws7zipm67xg744flqsjrzmr";
sha256 = "1d7k38xzw1nbg83d1aqxf2f76fv3hn2fry99k3vf4lgmhndj52mv";
};

pythonPath = [ pyqt4 pysqlite sqlalchemy pyaudio beautifulsoup httplib2 ]
Expand Down

0 comments on commit a312688

Please sign in to comment.