mirror of
https://github.com/nix-packages/nixapks.git
synced 2025-11-08 19:46:11 +01:00
fill in the hash
This commit is contained in:
parent
a3d9d36ed4
commit
f21c4d59a5
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ pkgs.stdenv.mkDerivation rec {
|
|||
owner = "ankidroid";
|
||||
repo = "Anki-Android";
|
||||
rev = "v${version}";
|
||||
hash = "";
|
||||
hash = "sha256-ifCnWc1fucOeF9jHdtPTGz/AEOVCXvinB1kQIS3aOk4=";
|
||||
};
|
||||
|
||||
JDK_HOME = "${pkgs.jdk21.home}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue