libgpiod: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm 2023-10-05 22:01:41 +00:00
parent 7fdd142177
commit 4b2a04def6

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "libgpiod";
version = "2.0.1";
version = "2.0.2";
src = fetchurl {
url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz";
hash = "sha256-tu2lU1YWCo5zkG49SOlZ74EpZ4fXZJdbEPJX6WYGaOk=";
hash = "sha256-NTLh26/9wsWWWnYaB1DyaR7kmq0nPdu9k6z2pyextlw=";
};
nativeBuildInputs = [