From 0a6ce8ececfbd7afbca7ad72be7f8d520b88ef01 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 12 Feb 2024 20:20:03 +0000 Subject: [PATCH] colord: revert "1.4.6 -> 1.4.7" This reverts commit 34f02ada0bcb90d39405e7a8cf231874b7744fe2. The update to `1.4.7` pulled in hardening options not compatible with `NixOS` module of `colord: - https://github.com/NixOS/nixpkgs/pull/283184#issuecomment-1937804083 - https://github.com/NixOS/nixpkgs/pull/288142 As the module change will take some time to agree on let's revert `colord` update for now. --- pkgs/tools/misc/colord/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/colord/default.nix b/pkgs/tools/misc/colord/default.nix index 989f7d57e0b8..2a4c2c001668 100644 --- a/pkgs/tools/misc/colord/default.nix +++ b/pkgs/tools/misc/colord/default.nix @@ -32,13 +32,13 @@ stdenv.mkDerivation rec { pname = "colord"; - version = "1.4.7"; + version = "1.4.6"; outputs = [ "out" "dev" "devdoc" "man" "installedTests" ]; src = fetchurl { url = "https://www.freedesktop.org/software/colord/releases/${pname}-${version}.tar.xz"; - hash = "sha256-3gLZkQY0rhWVR1hc7EFORQ9xHCcjVFO0+bOKnyNhplM="; + sha256 = "dAdjGie/5dG2cueuQndwAcEF2GC3tzkig8jGMA3ojm8="; }; patches = [