Merge pull request #320792 from r-ryantm/auto-update/novnc
novnc: 1.4.0 -> 1.5.0
This commit is contained in:
commit
8c05808c16
@ -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; [
|
||||||
|
Loading…
Reference in New Issue
Block a user