Skip to content

Commit 58e4423

Browse files
committed
Update macOS anki-panky tarball hash
Upstream re-uploaded the 0.0.0.7 macOS release, so the pinned hash no longer matched and broke the Nix build in CI.
1 parent ca20465 commit 58e4423

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
then
2424
pkgs.fetchzip {
2525
url = "${releasesUrl}/download/${version}/macOS-14-anki-panky-${version}.tar.gz";
26-
sha256 = "7kkfdx1vndheb63+m2HOLXo0wOYX4iReh9c7Ps/KYQk=";
26+
sha256 = "/pZTo3OzIbtAqZC0GgT2SngxD15SoDJYsj5sGq+hrV4=";
2727
}
2828
else
2929
pkgs.fetchzip {

0 commit comments

Comments
 (0)