about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-12-19 14:41:22 +0100
committerGitHub <noreply@github.com>2021-12-19 14:41:22 +0100
commit78791cd481744a488e0a6fc4d674950586734a94 (patch)
tree6cd5119bc6526eb9583440269c38e6cd017cc5e8 /pkgs/applications/networking/remote
parenta91a76146d7f5cbeb9f79458fbdcd90578c39847 (diff)
parentdebe88d90b6cedccd2c668d29c9a3133707f74a7 (diff)
Merge pull request #151288 from primeos/wayvnc
wayvnc: 0.4.0 -> 0.4.1
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/wayvnc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/wayvnc/default.nix b/pkgs/applications/networking/remote/wayvnc/default.nix
index f5641c762ecb3..21244a1859b17 100644
--- a/pkgs/applications/networking/remote/wayvnc/default.nix
+++ b/pkgs/applications/networking/remote/wayvnc/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "wayvnc";
-  version = "0.4.0";
+  version = "0.4.1";
 
   src = fetchFromGitHub {
     owner = "any1";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0q48fgh6gf3jicy4bk3kq18h9lhqfq9qz32ri6j9ffvbb8mcw64s";
+    sha256 = "0cws9jfnmxqycmlyllvvqzw4jsbrwwk10v9gy8wifv3c61rwgdkk";
   };
 
   nativeBuildInputs = [ meson pkg-config ninja scdoc wayland-scanner ];