about summary refs log tree commit diff
path: root/pkgs/applications/video/webcamoid
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-22 03:18:28 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-22 03:18:28 +0000
commitb0e0561de896bdbc4b193d7b422171a1ca98cd68 (patch)
treeb5d39fa69a6a83563a25f10912a9047e04f53adb /pkgs/applications/video/webcamoid
parent43be38bd783d957475c714a07c63a32fbe25a5fc (diff)
webcamoid: 9.0.0 -> 9.1.1
Diffstat (limited to 'pkgs/applications/video/webcamoid')
-rw-r--r--pkgs/applications/video/webcamoid/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/webcamoid/default.nix b/pkgs/applications/video/webcamoid/default.nix
index 62954313213cd..b8d7e7b6bfed2 100644
--- a/pkgs/applications/video/webcamoid/default.nix
+++ b/pkgs/applications/video/webcamoid/default.nix
@@ -4,10 +4,10 @@
 , v4l-utils }:
 mkDerivation rec {
   pname = "webcamoid";
-  version = "9.0.0";
+  version = "9.1.1";
 
   src = fetchFromGitHub {
-    sha256 = "sha256-NV1BmG+fgy+ZcvHl+05VX5J1BAz8PxKiZ3z9BxjhMU0=";
+    sha256 = "sha256-E2hHFrksJtdDLWiX7wL1z9LBbBKT04a853V8u+WiwbA=";
     rev = version;
     repo = "webcamoid";
     owner = "webcamoid";