colord: 1.4.5 → 1.4.6

https://github.com/hughsie/colord/blob/1.4.6/NEWS
This commit is contained in:
Jan Tojnar 2022-02-17 11:05:34 +01:00
parent 9fca1860f9
commit 0662119894

View file

@ -1,4 +1,5 @@
{ lib, stdenv
{ lib
, stdenv
, fetchurl
, nixosTests
, bash-completion
@ -29,13 +30,13 @@
stdenv.mkDerivation rec {
pname = "colord";
version = "1.4.5";
version = "1.4.6";
outputs = [ "out" "dev" "devdoc" "man" "installedTests" ];
src = fetchurl {
url = "https://www.freedesktop.org/software/colord/releases/${pname}-${version}.tar.xz";
sha256 = "05sydi6qqqx1rrqwnga1vbg9srkf89wdcfw5w4p4m7r37m2flx5p";
sha256 = "dAdjGie/5dG2cueuQndwAcEF2GC3tzkig8jGMA3ojm8=";
};
patches = [