Unverified Commit cdf6dd68 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #213060 from r-ryantm/auto-update/novnc

novnc: 1.3.0 -> 1.4.0
parents 873455ef ba0365b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "novnc";
  version = "1.3.0";
  version = "1.4.0";

  src = fetchFromGitHub {
    owner = "novnc";
    repo = "noVNC";
    rev = "v${version}";
    sha256 = "sha256-Z+bks7kcwj+Z3uf/t0u25DnGOM60QhSH6uuoIi59jqU=";
    sha256 = "sha256-G7Rtv7pQFR9UrzhYXDyBf+FRqtjo5NAXU7m/HeXhI1k=";
  };

  patches = with python3.pkgs; [