cherry-pick orc update to fix Dino calls

This commit is contained in:
Colin 2024-04-13 14:25:43 +00:00
parent 0a888e205e
commit 8aa8d773de

View File

@ -32,6 +32,14 @@ in [
# etc, where "date" is like "20240228181608"
# and can be found with `nix-repl > :lf . > lastModifiedDate`
(fetchpatch' {
# NECESSARY FOR DINO CALLS TO WORK ON AARCH64: <https://gitlab.freedesktop.org/gstreamer/orc/-/issues/64>
prUrl = "https://github.com/NixOS/nixpkgs/pull/291661";
title = "orc: 0.4.36 -> 0.4.38";
hash = "sha256-ULav0vt3QlI8lKcCVKP986H/GjBZqUYLwOHJ3XppAeo=";
merged.staging = "20240406000000";
})
(fetchpatch' {
prUrl = "https://github.com/NixOS/nixpkgs/pull/298001";
saneCommit = "d599839060400762a67d2c01d15b102ffe75e703";