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 072c20b commit efe1b51Copy full SHA for efe1b51
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.4";
+ version = "1.22.5";
22
23
src = fetchurl {
24
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
25
- hash = "sha256-mnUbx0Dedo55HDepXwqSTGpB0S/X839UzmpOg0vhItM=";
+ hash = "sha256-hYPwwfT8sB7tEfoePCESZUOovXOe1Pwdsx91alqwHZo=";
26
};
27
28
outputs = [ "out" "dev" ];
0 commit comments