wiringpi: 3.16 -> 3.18 (#488567)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-09 05:16:37 +00:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
}:
let
version = "3.16";
version = "3.18";
srcAll = fetchFromGitHub {
owner = "WiringPi";
repo = "WiringPi";
tag = version;
hash = "sha256-NBHmRA+6Os6/IpW8behbgpVjtN8QF9gkffXU2ZVC8ts=";
hash = "sha256-7zDknn2UUR2Dt3BUJ9YI0LAjRedVyUPJAiIBiRyyphQ=";
};
mkSubProject =
{