libgpiod: fix src hash

This commit is contained in:
Adminy
2023-08-01 09:09:32 +08:00
committed by Nick Cao
parent 850c828230
commit bc5fd40358
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${version}.tar.gz";
sha256 = "sha256-M68o6YheNXZrDYu6u7pEvyPt2tXhTkVZD3Kv/AXYXA8=";
hash = "sha256-tu2lU1YWCo5zkG49SOlZ74EpZ4fXZJdbEPJX6WYGaOk=";
};
patches = [