orc: 0.4.38 -> 0.4.39

This commit is contained in:
R. Ryantm
2024-07-20 01:01:46 +00:00
parent b098e0c792
commit adcf839de2
+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) ''