Unverified Commit d902dd7c authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

wiringpi: 3.16 -> 3.18 (#488567)

parents 9befdfa3 ea444295
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 =
    {