libgpiod: 2.1.3 -> 2.2

This commit is contained in:
R. Ryantm
2024-12-03 07:33:22 +00:00
parent afd9ca8bf0
commit 69c6d0f4a7
+2 -2
View File
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "libgpiod";
version = "2.1.3";
version = "2.2";
src = fetchurl {
url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz";
hash = "sha256-jYDqAirngSKqUlMI50I7gwZL/yePzZzQRblLT4H4BX0=";
hash = "sha256-rjUynbcCfHQOkMiDuvJ8JjEfBhTmp7EVdxsoGIuZKuw=";
};
nativeBuildInputs = [