about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-05-28 10:34:58 +0200
committerGitHub <noreply@github.com>2024-05-28 10:34:58 +0200
commite803d375d3612f15121209650b8b09f5824341a7 (patch)
tree6f77e25687a23e84b139344d46a57ec05323e15e /pkgs/applications/video
parentd552665012dc58126b6ae9cd94bfa70ed2ff73e7 (diff)
parent7a7770c46c6b9a096c6900d464a0ab934a2e6122 (diff)
Merge pull request #314923 from MatthewCroughan/mc/ustreamer-versionbump
ustreamer: 6.4 -> 6.12
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/ustreamer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/ustreamer/default.nix b/pkgs/applications/video/ustreamer/default.nix
index 294e250f7c8e1..77e9bac568130 100644
--- a/pkgs/applications/video/ustreamer/default.nix
+++ b/pkgs/applications/video/ustreamer/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "ustreamer";
-  version = "6.4";
+  version = "6.12";
 
   src = fetchFromGitHub {
     owner = "pikvm";
     repo = "ustreamer";
     rev = "v${version}";
-    hash = "sha256-pTfct+nki1t7ltCUnxSyOkDocSr2pkoqOldkECtNfDU=";
+    hash = "sha256-iaCgPHgklk7tbhJhQmyjKggb1bMWBD+Zurgfk9sCQ3E=";
   };
 
   buildInputs = [ libbsd libevent libjpeg ];