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

novnc: 1.4.0 -> 1.5.0
This commit is contained in:
h7x4 2024-07-02 19:59:52 +02:00 committed by GitHub
commit 8c05808c16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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