libgpiod: 2.0.2 -> 2.1

This commit is contained in:
R. Ryantm
2023-11-05 12:26:24 -08:00
committed by Jonathan Ringer
parent a3c637e0ab
commit fb3e93169d
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "libgpiod";
version = "2.0.2";
version = "2.1";
src = fetchurl {
url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz";
hash = "sha256-NTLh26/9wsWWWnYaB1DyaR7kmq0nPdu9k6z2pyextlw=";
hash = "sha256-/W7UssZ0/mzDtIGID2zeHup54pbpWhObhUAequpt4/w=";
};
nativeBuildInputs = [