libgnomeui: Update patch URL.

The GitHub repo has been removed but the commit is available on the GNOME GitLab.
This commit is contained in:
Kevin Cox 2020-08-30 20:52:59 -04:00
parent f9567594d5
commit 1990bcad07
No known key found for this signature in database
GPG Key ID: 9BB92CC1552E99AA

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
patches = [
(fetchpatch {
name = "0001-gnome-scores.h-Convert-to-UTF-8.patch";
url = "https://github.com/GNOME/libgnomeui/commit/30334c28794ef85d8973f4ed0779b5ceed6594f2.diff";
url = "https://gitlab.gnome.org/Archive/libgnomeui/-/commit/30334c28794ef85d8973f4ed0779b5ceed6594f2.diff";
sha256 = "1sn8j8dkam14wfkpw8nga3gk63wniff243mzv3jp0fvv52q8sqhk";
})
];