orc: 0.4.32 -> 0.4.33

This commit is contained in:
R. Ryantm 2022-12-31 12:14:27 +00:00
parent 3d7270abd5
commit 05c8b62e27

View File

@ -5,11 +5,11 @@
inherit (lib) optional optionals;
in stdenv.mkDerivation rec {
pname = "orc";
version = "0.4.32";
version = "0.4.33";
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/orc/${pname}-${version}.tar.xz";
sha256 = "1w0qmyj3v9sb2g7ff39pp38b9850y9hyy0bag26ifrby5f7ksvm6";
sha256 = "sha256-hE5tfbgIb3k/V2GNPUto0p2ZsWA05xQw3zwhz9PDVCo=";
};
postPatch = lib.optionalString stdenv.isAarch32 ''