gtk3: fix patch hash

The usual nix-prefetch-url confusion with fetchpatch:
https://github.com/NixOS/nixpkgs/pull/153412#issuecomment-1015350908
This commit is contained in:
Vladimír Čunát 2022-01-18 13:33:03 +01:00
parent 50e9a1df18
commit c8aa2e9d7a
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
# 3.24.31 does not declare QuartzCore dependency properly and fails to link
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gtk/-/commit/0ac61443694b477c41fc246cb387ef86aba441de.patch";
sha256 = "sha256-aiT/NeAxIl6ZS9KwMssQPzD7NtW7qqeySc/CyWakQfk=";
sha256 = "sha256-KaMeIdV/gfM4xzN9lIkY99E7bzAfTM6VETk5DEunB2w=";
})
];