ustreamer: 6.39 -> 6.40 (#452243)

This commit is contained in:
Nick Cao
2025-10-15 20:48:22 +00:00
committed by GitHub
+2 -2
View File
@@ -21,13 +21,13 @@
}:
stdenv.mkDerivation rec {
pname = "ustreamer";
version = "6.39";
version = "6.40";
src = fetchFromGitHub {
owner = "pikvm";
repo = "ustreamer";
tag = "v${version}";
hash = "sha256-Lc0cwzt7rGfbJSLdZTDVdmkub6Z2KnTz5PRpEvtHsKM=";
hash = "sha256-jKltFQsx8Q9+TMTOg1p6nljII72CLEg6VYe60/KojUY=";
};
buildInputs = [