libgpiod: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm 2025-06-26 08:39:00 +00:00
parent fcde5a91e4
commit 39737f2bc2

View File

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