add hash
Some checks failed
Build apps to test the derivations / generate-matrix (push) Has been cancelled
Build Documentation / build-docs (push) Has been cancelled
Build apps to test the derivations / build-app (push) Has been cancelled

This commit is contained in:
Osman Faruk Bayram 2025-11-04 14:04:56 +03:00
parent c4a140969f
commit 6519b58d67

View file

@ -37,7 +37,7 @@ pkgs.stdenv.mkDerivation rec {
owner = "ankidroid";
repo = "Anki-Android";
rev = "v${version}";
hash = "";
hash = "sha256-BfEB+1doqdfJ7f+jIitImgNrZiA1+7ly+gi1K3v5EpM=";
};
JDK_HOME = "${pkgs.jdk21.home}";