novnc: 1.4.0 -> 1.5.0

This commit is contained in:
R. Ryantm 2024-06-18 14:01:23 +00:00
parent bd8d034e65
commit 5f35127c52

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "novnc"; pname = "novnc";
version = "1.4.0"; version = "1.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "novnc"; owner = "novnc";
repo = "noVNC"; repo = "noVNC";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-G7Rtv7pQFR9UrzhYXDyBf+FRqtjo5NAXU7m/HeXhI1k="; sha256 = "sha256-3Q87bYsC824/8A85Kxdqlm+InuuR/D/HjVrYTJZfE9Y=";
}; };
patches = with python3.pkgs; [ patches = with python3.pkgs; [