novnc: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm
2025-03-13 01:20:13 +00:00
parent a76c90c333
commit e54514f871
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "novnc";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "novnc";
repo = "noVNC";
rev = "v${version}";
sha256 = "sha256-3Q87bYsC824/8A85Kxdqlm+InuuR/D/HjVrYTJZfE9Y=";
sha256 = "sha256-VYG0p70ZvRzK9IeA+5J95FqF+zWgj/8EcxnVOk+YL9o=";
};
patches =