xorg-rgb: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm
2026-01-01 00:28:06 +00:00
parent e1405b568f
commit 514d777912

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 ];