about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-30 20:48:48 +0100
committerGitHub <noreply@github.com>2024-03-30 20:48:48 +0100
commit7dcfb9786040d06f2e0d662389c3464542490938 (patch)
treed93e6ae076882d1ecca8054d3f14689a1d76539e
parent247fbede361738e0606d642f4f419ad623d4af30 (diff)
parent848565e6e11564392ab707c7103d1b9996eb749d (diff)
Merge pull request #299077 from r-ryantm/auto-update/linuxKernel.packages.linux_6_8.akvcam
linuxKernel.packages.linux_6_8.akvcam: 1.2.5 -> 1.2.6
-rw-r--r--pkgs/os-specific/linux/akvcam/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/akvcam/default.nix b/pkgs/os-specific/linux/akvcam/default.nix
index 2bfe82e70358e..3fdb247a33ebb 100644
--- a/pkgs/os-specific/linux/akvcam/default.nix
+++ b/pkgs/os-specific/linux/akvcam/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "akvcam";
-  version = "1.2.5";
+  version = "1.2.6";
 
   src = fetchFromGitHub {
     owner = "webcamoid";
     repo = "akvcam";
     rev = version;
-    sha256 = "sha256-SzyamP6kcJI/GEeFp3uf1APdoBtwoUj0/9Otwtmygvs=";
+    sha256 = "sha256-8jQxBvWRE9Bsh0oz76gO7o+ROm6Z5QGAIe3WERIouUw=";
   };
   sourceRoot = "${src.name}/src";