Unverified Commit 844ebaf3 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge: wiki-js: 2.5.305 -> 2.5.306 (#379313)

parents fc368722 5f97113d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

stdenv.mkDerivation rec {
  pname = "wiki-js";
  version = "2.5.305";
  version = "2.5.306";

  src = fetchurl {
    url = "https://github.com/Requarks/wiki/releases/download/v${version}/${pname}.tar.gz";
    sha256 = "sha256-beP9k1msJjg9IQbU/CmzTodjMvUnWrLYcw0EleR1OJk=";
    sha256 = "sha256-BYJTzPUfd+eYRzHuNVO/L3NvGej0pBnWL6+7AjiGJ/Q=";
  };

  # Unpack the tarball into a subdir. All the contents are copied into `$out`.