lol

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.

+2 -2
+2 -2
pkgs/tools/misc/colord/default.nix
··· 32 32 33 33 stdenv.mkDerivation rec { 34 34 pname = "colord"; 35 - version = "1.4.7"; 35 + version = "1.4.6"; 36 36 37 37 outputs = [ "out" "dev" "devdoc" "man" "installedTests" ]; 38 38 39 39 src = fetchurl { 40 40 url = "https://www.freedesktop.org/software/colord/releases/${pname}-${version}.tar.xz"; 41 - hash = "sha256-3gLZkQY0rhWVR1hc7EFORQ9xHCcjVFO0+bOKnyNhplM="; 41 + sha256 = "dAdjGie/5dG2cueuQndwAcEF2GC3tzkig8jGMA3ojm8="; 42 42 }; 43 43 44 44 patches = [