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

novnc: 1.3.0 -> 1.4.0
This commit is contained in:
Weijia Wang 2023-02-02 02:21:49 +01:00 committed by GitHub
commit cdf6dd6836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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