Skip to content

Commit

Permalink
pico-sdk: 1.5.1 -> 2.0.0 (NixOS#333345)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 18, 2024
2 parents 8edb205 + 4e32fc4 commit 5fbba91
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 5fbba91

Please sign in to comment.