colord: 1.4.4 -> 1.4.5

This commit is contained in:
R. RyanTM 2020-11-12 18:54:12 +00:00 committed by Jan Tojnar
parent 2cfb5b8aa6
commit 8f4df972e0

View file

@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "colord";
version = "1.4.4";
version = "1.4.5";
outputs = [ "out" "dev" "devdoc" "man" "installedTests" ];
src = fetchurl {
url = "https://www.freedesktop.org/software/colord/releases/${pname}-${version}.tar.xz";
sha256 = "19f0938fr7nvvm3jr263dlknaq7md40zrac2npfyz25zc00yh3ws";
sha256 = "05sydi6qqqx1rrqwnga1vbg9srkf89wdcfw5w4p4m7r37m2flx5p";
};
patches = [