Skip to content

Commit ce3b3a9

Browse files
gst_all_1.gst-libav: 1.22.2 -> 1.22.3
1 parent b8db775 commit ce3b3a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/gstreamer/libav/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
stdenv.mkDerivation rec {
2020
pname = "gst-libav";
21-
version = "1.22.2";
21+
version = "1.22.3";
2222

2323
src = fetchurl {
2424
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
25-
hash = "sha256-/Kr5h4/o87yCMX7xOhVYgky2jfH4loxnl/VWxeM7z/0=";
25+
hash = "sha256-LsXIBYCLQ3Gn4ysdoCAqHIprNrbOkFCAv1w0CX0SqSM=";
2626
};
2727

2828
outputs = [ "out" "dev" ];

0 commit comments

Comments
 (0)