ustreamer: 6.27 -> 6.31

This commit is contained in:
R. Ryantm
2025-02-16 13:54:15 +00:00
parent 6e048c4f80
commit 2462695f88
+2 -2
View File
@@ -21,13 +21,13 @@
}:
stdenv.mkDerivation rec {
pname = "ustreamer";
version = "6.27";
version = "6.31";
src = fetchFromGitHub {
owner = "pikvm";
repo = "ustreamer";
rev = "v${version}";
hash = "sha256-/lNRw73w/1L12R1hVIopUvqwKVgl055zn5xL6LL9TLI=";
hash = "sha256-SvvIY52FMO6Y4B6TOfk7dLtci4OayPX6+d8voKenKbQ=";
};
buildInputs =