ustreamer: 6.18 -> 6.21 (#372124)

This commit is contained in:
Nick Cao
2025-01-09 09:11:04 -05:00
committed by GitHub
+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 =