trust-dns: 0.24.0 -> 0.24.1

This commit is contained in:
Colin 2024-04-18 06:03:34 +00:00
parent 60c370df3f
commit 3642ead646
1 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,12 @@ in [
# etc, where "date" is like "20240228181608"
# and can be found with `nix-repl > :lf . > lastModifiedDate`
(fetchpatch' {
prUrl = "https://github.com/NixOS/nixpkgs/pull/304862";
title = "trust-dns: 0.24.0 -> 0.24.1";
hash = "sha256-PvNBY2ekVTokWiAnhVo/NtDfLjUBvg/Ri/DPz3BMOHA=";
})
(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";