Skip to content

Commit

Permalink
gst_all_1.gst-libav: 1.20.3 -> 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Apr 16, 2023
1 parent a315e09 commit 26a54eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/development/libraries/gstreamer/libav/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, ninja
, pkg-config
, python3
, hotdoc
, gstreamer
, gst-plugins-base
, gettext
Expand All @@ -16,11 +17,11 @@

stdenv.mkDerivation rec {
pname = "gst-libav";
version = "1.20.3";
version = "1.22.2";

src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-P+3RBWD836obZGLL95o4xOe1fX85A1k5P8DO9tvyff4=";
hash = "sha256-/Kr5h4/o87yCMX7xOhVYgky2jfH4loxnl/VWxeM7z/0=";
};

outputs = [ "out" "dev" ];
Expand All @@ -31,6 +32,9 @@ stdenv.mkDerivation rec {
gettext
pkg-config
python3

# documentation
hotdoc
];

buildInputs = [
Expand All @@ -39,10 +43,6 @@ stdenv.mkDerivation rec {
libav
];

mesonFlags = [
"-Ddoc=disabled" # `hotdoc` not packaged in nixpkgs as of writing
];

postPatch = ''
patchShebangs \
scripts/extract-release-date-from-doap-file.py
Expand Down

0 comments on commit 26a54eb

Please sign in to comment.