Unverified Commit 22898b08 authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

nextcloud-whiteboard-server: 1.1.2 -> 1.1.3 (#434735)

parents 854f9edb 965481f8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@
}:
buildNpmPackage rec {
  pname = "nextcloud-whiteboard-server";
  version = "1.1.2";
  version = "1.1.3";

  src = fetchFromGitHub {
    owner = "nextcloud";
    repo = "whiteboard";
    tag = "v${version}";
    hash = "sha256-nDZnO1aqOP78xqcQKBJd7B8idG3Jbjqj5ifWqMslB6M=";
    hash = "sha256-4qk6mAFz7bYWtrlqiVPiyWF4ub4Ks9RhS5oODlOYRvA=";
  };

  npmDepsHash = "sha256-EiD1fAT6i8V1arXBNaqHk8GvAgetL3VZT9d2/3zPIj8=";
  npmDepsHash = "sha256-WHSMK7s6vohphHoNh96yejdwXHBxdkQSpMMNiFS15E4=";

  nativeBuildInputs = [ makeWrapper ];