novnc: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm 2023-01-28 02:25:26 +00:00
parent 95ed1ad745
commit ba0365b730

View file

@ -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; [