Skip to content

Commit

Permalink
arduino-cli: 0.34.2 -> 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SFrijters committed Jan 3, 2024
1 parent 97f2135 commit c342f61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/embedded/arduino/arduino-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ let

pkg = buildGoModule rec {
pname = "arduino-cli";
version = "0.34.2";
version = "0.35.0";

src = fetchFromGitHub {
owner = "arduino";
repo = pname;
rev = version;
hash = "sha256-X7vrcaJkVqzZoaIFLWJhhdlgRpckLG69uVmUUZd/XXY=";
rev = "v${version}";
hash = "sha256-RZusaTuiIJhakTdNDa+hDmGtXfGXLCtoQmt9om18PWU=";
};

nativeBuildInputs = [
Expand All @@ -23,7 +23,7 @@ let

subPackages = [ "." ];

vendorHash = "sha256-cr5D7QDh65xWZJ4gq32ehklwrHWyQEWW/FZZ4gPTJBk=";
vendorHash = "sha256-y7YxcBFjKcQK6ilCKOyoszq64/0xG5GgTehKrKThknU=";

postPatch = let
skipTests = [
Expand Down

0 comments on commit c342f61

Please sign in to comment.