Merge pull request #246018 from adminy/patch-1

Update libgpiod from 1.6.4 to 2.0.1
This commit is contained in:
Ellie Hermaszewska 2023-07-29 15:33:45 +00:00 committed by GitHub
commit 28482dfd42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "libgpiod";
version = "1.6.4";
version = "2.0.1";
src = fetchurl {
url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz";
sha256 = "sha256-gp1KwmjfB4U2CdZ8/H9HbpqnNssqaKYwvpno+tGXvgo=";
sha256 = "sha256-M68o6YheNXZrDYu6u7pEvyPt2tXhTkVZD3Kv/AXYXA8=";
};
patches = [