tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
anki-bin: 2.1.48 -> 2.1.49
Atemu
4 years ago
fcd2ff57
2deb07f3
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
games
anki
bin.nix
+3
-3
pkgs/games/anki/bin.nix
···
3
3
let
4
4
pname = "anki-bin";
5
5
# Update hashes for both Linux and Darwin!
6
6
-
version = "2.1.48";
6
6
+
version = "2.1.49";
7
7
8
8
sources = {
9
9
linux = fetchurl {
10
10
url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux.tar.bz2";
11
11
-
sha256 = "sha256-1ZvC8CPnYMzCxxrko1FfmTvKiJT+7BhOdk52zLTnLGE=";
11
11
+
sha256 = "sha256-uG39g9CXnquArFsxtFHWWoDaNwu8y2KKh+SqGt8aqi0=";
12
12
};
13
13
darwin = fetchurl {
14
14
url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac.dmg";
15
15
-
sha256 = "sha256-HXYTpOxFxjQoqjs+04diy5d+GmS69dFNEfLI/E4NCXw=";
15
15
+
sha256 = "sha256-sEVWZQpICL7RYrOuPm1Y5XhzPxCwNk1WGP1rctTtE4Y=";
16
16
};
17
17
};
18
18