about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authormatthewcroughan <matt@croughan.sh>2024-05-26 20:26:03 +0100
committermatthewcroughan <matt@croughan.sh>2024-05-26 20:26:03 +0100
commit7a7770c46c6b9a096c6900d464a0ab934a2e6122 (patch)
tree1a857f033ae3e956790b222b5229702a0da9b013 /pkgs/applications/video
parent1ff88d2f066e8994b8222a6e7d0e39e82d8b1e43 (diff)
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 ];