wiringpi: 3.16 -> 3.18

This commit is contained in:
R. Ryantm
2026-02-09 02:54:20 +00:00
parent 6aff6c5c82
commit ea44429596
+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 =
{