Merge pull request #246018 from adminy/patch-1

Update libgpiod from 1.6.4 to 2.0.1

authored by Ellie Hermaszewska and committed by GitHub 28482dfd 8175297e

+2 -2
+2 -2
pkgs/development/libraries/libgpiod/default.nix
··· 4 5 stdenv.mkDerivation rec { 6 pname = "libgpiod"; 7 - version = "1.6.4"; 8 9 src = fetchurl { 10 url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz"; 11 - sha256 = "sha256-gp1KwmjfB4U2CdZ8/H9HbpqnNssqaKYwvpno+tGXvgo="; 12 }; 13 14 patches = [
··· 4 5 stdenv.mkDerivation rec { 6 pname = "libgpiod"; 7 + version = "2.0.1"; 8 9 src = fetchurl { 10 url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz"; 11 + sha256 = "sha256-M68o6YheNXZrDYu6u7pEvyPt2tXhTkVZD3Kv/AXYXA8="; 12 }; 13 14 patches = [