forked from mirrors/nixpkgs
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
This commit is contained in:
parent
3b4c68f574
commit
985aea6b55
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue