libgpiod: 2.2.2 -> 2.2.4

This commit is contained in:
R. Ryantm
2026-04-11 17:46:06 +00:00
parent 5df53e868c
commit 663fd4ec34

View File

@@ -11,12 +11,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libgpiod";
version = "2.2.2";
version = "2.2.4";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git";
tag = "v${finalAttrs.version}";
hash = "sha256-MePv6LsK+8zCxG8l4vyiiZPSVqv9F4H4KQB0gHjm0YM=";
hash = "sha256-PtkJZ9p6r6S47RjiCRv4cVmlY4BHdB6FCMJ+M/IPnw0=";
};
nativeBuildInputs = [