tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libkiwix: 12.0.0 -> 12.1.1
R. Ryantm
2 years ago
a3445af7
18399968
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
kiwix
lib.nix
+2
-2
pkgs/applications/misc/kiwix/lib.nix
···
13
13
14
14
stdenv.mkDerivation rec {
15
15
pname = "libkiwix";
16
16
-
version = "12.0.0";
16
16
+
version = "12.1.1";
17
17
18
18
src = fetchFromGitHub {
19
19
owner = "kiwix";
20
20
repo = pname;
21
21
rev = version;
22
22
-
sha256 = "sha256-4FxLxJxVhqbeNqX4vorHkROUuRURvE6AXlteIZCEBtc=";
22
22
+
sha256 = "sha256-hcwLxfn1fiUAiwsnIddv4HukvVrFePtx7sDQUD1lGUA=";
23
23
};
24
24
25
25
nativeBuildInputs = [