Skip to content

Commit

Permalink
anki: Fix hash of the source tarball
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aszlig committed Nov 8, 2017
1 parent a2045e0 commit 33b0b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/anki/default.nix
Expand Up @@ -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 ]
Expand Down

0 comments on commit 33b0b5e

Please sign in to comment.