summaryrefslogtreecommitdiffstats
path: root/pkgs/games/anki
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-10 01:22:47 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-10 10:22:47 +0200
commit985aea6b55c8ffb5316b1d07337b1cb7a139e463 (patch)
tree673ee092f1e3240a13737773cf3822f274a81dab /pkgs/games/anki
parent3b4c68f5748d1d56ddf6b253c95e40f913e24359 (diff)
anki: 2.0.51 -> 2.0.52 (#41582)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/anki/versions. These checks were done: - built on NixOS - /nix/store/2dqw72sffcynzzgcfk0k9mh7jn8sw0kw-anki-2.0.52/bin/anki passed the binary check. - /nix/store/2dqw72sffcynzzgcfk0k9mh7jn8sw0kw-anki-2.0.52/bin/..anki-wrapped-wrapped passed the binary check. - /nix/store/2dqw72sffcynzzgcfk0k9mh7jn8sw0kw-anki-2.0.52/bin/.anki-wrapped passed the binary check. - 3 of 3 passed binary check by having a zero exit code. - 3 of 3 passed binary check by having the new version present in output. - found 2.0.52 with grep in /nix/store/2dqw72sffcynzzgcfk0k9mh7jn8sw0kw-anki-2.0.52 - directory tree listing: https://gist.github.com/1a53026ee3eea78708113c1b6e9d857f - du listing: https://gist.github.com/c8dcabda5b46155a959b86843ee24ddd
Diffstat (limited to 'pkgs/games/anki')
-rw-r--r--pkgs/games/anki/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix
index efc30c1bbf3c..e9f239b4df32 100644
--- a/pkgs/games/anki/default.nix
+++ b/pkgs/games/anki/default.nix
@@ -28,7 +28,7 @@ let
qt4 = pyqt4.qt;
in buildPythonApplication rec {
- version = "2.0.51";
+ version = "2.0.52";
name = "anki-${version}";
src = fetchurl {
@@ -37,7 +37,7 @@ in buildPythonApplication rec {
# "http://ankisrs.net/download/mirror/${name}.tgz"
# "http://ankisrs.net/download/mirror/archive/${name}.tgz"
];
- sha256 = "17prfkz9hbz1sdb62ddi6m4jwsb50n08myhai997x8d0r0xxilw0";
+ sha256 = "0yjyxgpk79rplz9z2r93kmlk09ari6xxfrz1cfm2yl9v8zfw1n6l";
};
propagatedBuildInputs = [ pyqt4 sqlalchemy pyaudio beautifulsoup httplib2 ]