anki-bin: 2.1.48 -> 2.1.49

Atemu fcd2ff57 2deb07f3

+3 -3
+3 -3
pkgs/games/anki/bin.nix
··· 3 let 4 pname = "anki-bin"; 5 # Update hashes for both Linux and Darwin! 6 - version = "2.1.48"; 7 8 sources = { 9 linux = fetchurl { 10 url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux.tar.bz2"; 11 - sha256 = "sha256-1ZvC8CPnYMzCxxrko1FfmTvKiJT+7BhOdk52zLTnLGE="; 12 }; 13 darwin = fetchurl { 14 url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac.dmg"; 15 - sha256 = "sha256-HXYTpOxFxjQoqjs+04diy5d+GmS69dFNEfLI/E4NCXw="; 16 }; 17 }; 18
··· 3 let 4 pname = "anki-bin"; 5 # Update hashes for both Linux and Darwin! 6 + version = "2.1.49"; 7 8 sources = { 9 linux = fetchurl { 10 url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux.tar.bz2"; 11 + sha256 = "sha256-uG39g9CXnquArFsxtFHWWoDaNwu8y2KKh+SqGt8aqi0="; 12 }; 13 darwin = fetchurl { 14 url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac.dmg"; 15 + sha256 = "sha256-sEVWZQpICL7RYrOuPm1Y5XhzPxCwNk1WGP1rctTtE4Y="; 16 }; 17 }; 18