wiki-js: 2.5.307 -> 2.5.308 (#434537)

authored by Wolfgang Walther and committed by GitHub ac36e56a 8d58d297

+2 -2
+2 -2
pkgs/by-name/wi/wiki-js/package.nix
··· 7 8 stdenv.mkDerivation rec { 9 pname = "wiki-js"; 10 - version = "2.5.307"; 11 12 src = fetchurl { 13 url = "https://github.com/Requarks/wiki/releases/download/v${version}/${pname}.tar.gz"; 14 - sha256 = "sha256-wElXBEVLqrK+WtsCUw1IefWBqG6d6LP0eVylPb4qXY0="; 15 }; 16 17 # Unpack the tarball into a subdir. All the contents are copied into `$out`.
··· 7 8 stdenv.mkDerivation rec { 9 pname = "wiki-js"; 10 + version = "2.5.308"; 11 12 src = fetchurl { 13 url = "https://github.com/Requarks/wiki/releases/download/v${version}/${pname}.tar.gz"; 14 + sha256 = "sha256-DvMkzGET5UcnmWcBmhiFk4MictkE3LYa621QWxBu190="; 15 }; 16 17 # Unpack the tarball into a subdir. All the contents are copied into `$out`.