Merge pull request #328556 from r-ryantm/auto-update/orc

orc: 0.4.38 -> 0.4.39
This commit is contained in:
Martin Weinelt
2024-07-20 15:38:26 +02:00
committed by GitHub
+2 -2
View File
@@ -18,11 +18,11 @@
inherit (lib) optional optionals;
in stdenv.mkDerivation rec {
pname = "orc";
version = "0.4.38";
version = "0.4.39";
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/orc/${pname}-${version}.tar.xz";
sha256 = "sha256-pVqY1HclZ6o/rtj7hNVAw9t36roW0+LhCwRPvJIoZo0=";
sha256 = "sha256-M+0jh/Sbgl+hucOwBy4F8lkUG4lUdK0IWuURQ9MEDMA=";
};
postPatch = lib.optionalString (stdenv.isDarwin && stdenv.isx86_64) ''