xorg-rgb: 1.1.0 -> 1.1.1 (#475748)

This commit is contained in:
7c6f434c
2026-01-01 19:20:05 +00:00
committed by GitHub

View File

@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rgb";
version = "1.1.0";
version = "1.1.1";
src = fetchurl {
url = "https://xorg.freedesktop.org/archive/individual/app/rgb-${finalAttrs.version}.tar.xz";
hash = "sha256-/APX9W5bKmF2aBZ/iSeUjM5U+TCX58zZ8FYHf0ee03s=";
hash = "sha256-yA/ygKAvVsMPrcLfohD8aXnEq5aK+jFSeMuXdotk7Ks=";
};
nativeBuildInputs = [ pkg-config ];