Skip to content

Commit

Permalink
pico-sdk: 1.5.1 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and wegank committed Sep 11, 2024
1 parent c3f597a commit 4e32fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/pico-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@

stdenv.mkDerivation (finalAttrs: {
pname = "pico-sdk";
version = "1.5.1";
version = "2.0.0";

src = fetchFromGitHub {
owner = "raspberrypi";
repo = "pico-sdk";
rev = finalAttrs.version;
fetchSubmodules = withSubmodules;
hash = if (withSubmodules) then
"sha256-GY5jjJzaENL3ftuU5KpEZAmEZgyFRtLwGVg3W1e/4Ho="
"sha256-fVSpBVmjeP5pwkSPhhSCfBaEr/FEtA82mQOe/cHFh0A="
else
"sha256-JNcxd86XNNiPkvipVFR3X255boMmq+YcuJXUP4JwInU=";
"sha256-d6mEjuG8S5jvJS4g8e90gFII3sEqUVlT2fgd9M9LUkA=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 4e32fc4

Please sign in to comment.