mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
ustreamer: 6.27 -> 6.31 (#382572)
This commit is contained in:
commit
a345d65e17
1 changed files with 2 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue