We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8db775 commit ce3b3a9Copy full SHA for ce3b3a9
1 file changed
pkgs/development/libraries/gstreamer/libav/default.nix
@@ -18,11 +18,11 @@
18
19
stdenv.mkDerivation rec {
20
pname = "gst-libav";
21
- version = "1.22.2";
+ version = "1.22.3";
22
23
src = fetchurl {
24
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
25
- hash = "sha256-/Kr5h4/o87yCMX7xOhVYgky2jfH4loxnl/VWxeM7z/0=";
+ hash = "sha256-LsXIBYCLQ3Gn4ysdoCAqHIprNrbOkFCAv1w0CX0SqSM=";
26
};
27
28
outputs = [ "out" "dev" ];
0 commit comments