Merge pull request #294962 from r-ryantm/auto-update/libgpiod

libgpiod: 2.1 -> 2.1.1
This commit is contained in:
Nick Cao 2024-03-12 14:14:35 -04:00 committed by GitHub
commit a7c1c5002a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "libgpiod";
version = "2.1";
version = "2.1.1";
src = fetchurl {
url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz";
hash = "sha256-/W7UssZ0/mzDtIGID2zeHup54pbpWhObhUAequpt4/w=";
hash = "sha256-CvQ6YInWn50HXPZ8oq5ZcrkIHjjms9Rs6jfWfi32+5s=";
};
nativeBuildInputs = [