colord: revert "1.4.6 -> 1.4.7"

This reverts commit 34f02ada0b.

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.
This commit is contained in:
Sergei Trofimovich 2024-02-12 20:20:03 +00:00
parent ed8b568db3
commit 0a6ce8ecec

View file

@ -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 = [