Skip to content

Commit 43f34cf

Browse files
arduino-ide: 2.3.3 -> 2.3.4 (#361937)
2 parents 33c6ddb + 6a22a70 commit 43f34cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ar/arduino-ide/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
let
77
pname = "arduino-ide";
8-
version = "2.3.3";
8+
version = "2.3.4";
99

1010
src = fetchurl {
1111
url = "https://github.com/arduino/arduino-ide/releases/download/${version}/arduino-ide_${version}_Linux_64bit.AppImage";
12-
hash = "sha256-VJGO3X1PUKE0OLr5PKH5uTE3rX0SlyrD6vdYdFdzHxk=";
12+
hash = "sha256-PyW3fJPEQmo0+ZYi/HubW8J66KeAnoN2RhYr9Yu2WU8=";
1313
};
1414

1515
appimageContents = appimageTools.extractType2 { inherit pname version src; };

0 commit comments

Comments
 (0)