summary refs log tree commit diff
path: root/pkgs/games/anki
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2017-11-08 21:08:53 +0100
committeraszlig <aszlig@nix.build>2017-11-08 21:12:22 +0100
commit33b0b5ed1dab27514e2b211508b710a8df16d764 (patch)
treedb0ac99e028276981e00d71f2be6e735897d16de /pkgs/games/anki
parenta2045e029af174b37e4a2828b0e7febaf9559b14 (diff)
downloadnixlib-33b0b5ed1dab27514e2b211508b710a8df16d764.tar
nixlib-33b0b5ed1dab27514e2b211508b710a8df16d764.tar.gz
nixlib-33b0b5ed1dab27514e2b211508b710a8df16d764.tar.bz2
nixlib-33b0b5ed1dab27514e2b211508b710a8df16d764.tar.lz
nixlib-33b0b5ed1dab27514e2b211508b710a8df16d764.tar.xz
nixlib-33b0b5ed1dab27514e2b211508b710a8df16d764.tar.zst
nixlib-33b0b5ed1dab27514e2b211508b710a8df16d764.zip
anki: Fix hash of the source tarball
Searching the web for the base-16 encoded hash of the one we have in the
Nix expression didn't give any results and I also couldn't find the
older tarball anywhere (even the mirrors I've checked don't have it).

So checking the updated hash I've found that other distros use this, so
I'd bet it's safe to do this.

I've tested building the package but I didn't do any runtime test.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @the-kenny
Diffstat (limited to 'pkgs/games/anki')
-rw-r--r--pkgs/games/anki/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix
index 4a531c07efd0..e87e59637edd 100644
--- a/pkgs/games/anki/default.nix
+++ b/pkgs/games/anki/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
         # "http://ankisrs.net/download/mirror/${name}.tgz"
         # "http://ankisrs.net/download/mirror/archive/${name}.tgz"
       ];
-      sha256 = "01h51rbnj0r6lmjnn2vzxzaf7mxkc0azmg1v4mvf4pkpsp50a7hr";
+      sha256 = "067bsidqzy1zc301i2pk4biwp2kwvgk4kydp5z5s551acinkbdgv";
     };
 
     pythonPath = [ pyqt4 sqlalchemy pyaudio beautifulsoup4 httplib2 ]