From c8aa2e9d7aa3b28f4b59dcc328ec2c64abf6f089 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Tue, 18 Jan 2022 13:33:03 +0100 Subject: gtk3: fix patch hash The usual nix-prefetch-url confusion with fetchpatch: https://github.com/NixOS/nixpkgs/pull/153412#issuecomment-1015350908 --- pkgs/development/libraries/gtk/3.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/libraries/gtk/3.x.nix') diff --git a/pkgs/development/libraries/gtk/3.x.nix b/pkgs/development/libraries/gtk/3.x.nix index 9a2655a379f..bb145159447 100644 --- a/pkgs/development/libraries/gtk/3.x.nix +++ b/pkgs/development/libraries/gtk/3.x.nix @@ -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="; }) ]; -- cgit 1.4.1