colord: 1.4.6 -> 1.4.7

Changes: https://github.com/hughsie/colord/blob/1.4.7/NEWS
This commit is contained in:
Sergei Trofimovich 2024-01-23 10:44:12 +00:00
parent 9dbf5074db
commit 34f02ada0b

View File

@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "colord";
version = "1.4.6";
version = "1.4.7";
outputs = [ "out" "dev" "devdoc" "man" "installedTests" ];
src = fetchurl {
url = "https://www.freedesktop.org/software/colord/releases/${pname}-${version}.tar.xz";
sha256 = "dAdjGie/5dG2cueuQndwAcEF2GC3tzkig8jGMA3ojm8=";
hash = "sha256-3gLZkQY0rhWVR1hc7EFORQ9xHCcjVFO0+bOKnyNhplM=";
};
patches = [