colord-gtk: 0.3.0 → 0.3.1

https://github.com/hughsie/colord-gtk/compare/0.3.0...0.3.1
This commit is contained in:
Bobby Rong 2024-02-10 19:35:45 +08:00
parent f8e2ebd66d
commit a2cb4080a4
No known key found for this signature in database

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "colord-gtk";
version = "0.3.0";
version = "0.3.1";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "https://www.freedesktop.org/software/colord/releases/${pname}-${version}.tar.xz";
sha256 = "uUZmVtZtmm/7wt0E+pHI9q9Ra/nvqstpdE7sD1bzwdA=";
sha256 = "wXa4ibdWMKF/Tj1+8kwJo+EjaOYzSWCHRZyLU6w6Ei0=";
};
nativeBuildInputs = [