about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2024-02-12 20:20:03 +0000
committerSergei Trofimovich <slyich@gmail.com>2024-02-12 20:21:25 +0000
commit0a6ce8ececfbd7afbca7ad72be7f8d520b88ef01 (patch)
tree7a3acf5180f77fcf2d1c513600d268c571fefdcb
parented8b568db33ac57f7adc80b7d41730ae3c512e24 (diff)
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.
-rw-r--r--pkgs/tools/misc/colord/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/colord/default.nix b/pkgs/tools/misc/colord/default.nix
index 989f7d57e0b89..2a4c2c0016689 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 = [