ustreamer: 6.18 -> 6.21

This commit is contained in:
R. Ryantm
2025-01-08 12:44:45 +00:00
parent ac8941d77f
commit 779e7fc6b7
+2 -2
View File
@@ -21,13 +21,13 @@
}:
stdenv.mkDerivation rec {
pname = "ustreamer";
version = "6.18";
version = "6.21";
src = fetchFromGitHub {
owner = "pikvm";
repo = "ustreamer";
rev = "v${version}";
hash = "sha256-VzhTfr0Swrv3jZUvBYYy5l0+iSokIztpeyA1CuG/roY=";
hash = "sha256-65qaHgKQjzyGEbimEe8oJ83FzKUG23/cHUbZ/YdT72A=";
};
buildInputs =