gnome.gnome-todo: Use patch to fix build race condition

Instead of fetching the patch of the commit that added the patch file to the
FreeBSD repository, fetch the patch itself.

authored by Claudio Bley and committed by Jonathan Ringer 94a8d38d 40e0078b

+4 -2
+4 -2
pkgs/desktops/gnome/apps/gnome-todo/default.nix
··· 36 36 patches = [ 37 37 # fix build race bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257667 38 38 (fetchpatch { 39 - url = "https://cgit.freebsd.org/ports/patch/?id=a4faaf6cf7835014b5f69a337b544ea4ee7f9655"; 40 - sha256 = "sha256-IMBfqtrqBw3DdmJG0qchZFR6Am1PICMnM5P6BcS8oqI="; 39 + url = "https://cgit.freebsd.org/ports/plain/deskutils/gnome-todo/files/patch-src_meson.build?id=a4faaf6cf7835014b5f69a337b544ea4ee7f9655"; 40 + sha256 = "sha256:0ihixyq72yhx6njij7bldsqb80x3y217yh6livknlf5r1wr3hakn"; 41 + extraPrefix = ""; 42 + name = "gnome-todo_meson-build.patch"; 41 43 }) 42 44 ]; 43 45