lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libzim: 8.2.0 -> 8.2.1

+2 -2
+2 -2
pkgs/development/libraries/libzim/default.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "libzim"; 16 - version = "8.2.0"; 16 + version = "8.2.1"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "openzim"; 20 20 repo = pname; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-Xh1SQNmG4lQ3f/g+i5m36LJO9JlPzP4bNqhyyKT7NEA="; 22 + hash = "sha256-bhztigbiIGdVxBV5cpuHuuRGBN5UgC39w51uwLEq47w="; 23 23 }; 24 24 25 25 nativeBuildInputs = [