Skip to content

Commit a345d65

Browse files
ustreamer: 6.27 -> 6.31 (#382572)
2 parents 97b5c75 + 2462695 commit a345d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/us/ustreamer/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
}:
2222
stdenv.mkDerivation rec {
2323
pname = "ustreamer";
24-
version = "6.27";
24+
version = "6.31";
2525

2626
src = fetchFromGitHub {
2727
owner = "pikvm";
2828
repo = "ustreamer";
2929
rev = "v${version}";
30-
hash = "sha256-/lNRw73w/1L12R1hVIopUvqwKVgl055zn5xL6LL9TLI=";
30+
hash = "sha256-SvvIY52FMO6Y4B6TOfk7dLtci4OayPX6+d8voKenKbQ=";
3131
};
3232

3333
buildInputs =

0 commit comments

Comments
 (0)