ustreamer: 6.31 -> 6.39 (#428705)

This commit is contained in:
Matthew Croughan
2025-07-27 19:22:51 +01:00
committed by GitHub
+3 -3
View File
@@ -21,13 +21,13 @@
}:
stdenv.mkDerivation rec {
pname = "ustreamer";
version = "6.31";
version = "6.39";
src = fetchFromGitHub {
owner = "pikvm";
repo = "ustreamer";
rev = "v${version}";
hash = "sha256-SvvIY52FMO6Y4B6TOfk7dLtci4OayPX6+d8voKenKbQ=";
tag = "v${version}";
hash = "sha256-Lc0cwzt7rGfbJSLdZTDVdmkub6Z2KnTz5PRpEvtHsKM=";
};
buildInputs = [