File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
pkgs/by-name/ar/arduino-cli Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212
1313 pkg = buildGoModule rec {
1414 pname = "arduino-cli" ;
15- version = "1.1.1 " ;
15+ version = "1.2.0 " ;
1616
1717 src = fetchFromGitHub {
1818 owner = "arduino" ;
1919 repo = "arduino-cli" ;
20- rev = "refs/tags/ v${ version } " ;
21- hash = "sha256-eHDU1aoLBs3vDfFyM23R5wKNbbCmXrUgavP/JcdNCuM =" ;
20+ tag = "v${ version } " ;
21+ hash = "sha256-7rruSIhKGm2R89Jo1jY+1ZWKloYsL5oaSWuppMKOeFQ =" ;
2222 } ;
2323
2424 nativeBuildInputs = [ installShellFiles ] ;
2727
2828 subPackages = [ "." ] ;
2929
30- vendorHash = "sha256-3NG5+2qgCtmMxOmYS0RROoxajNiZorYL8+qXcDu4e+w =" ;
30+ vendorHash = "sha256-uNrkDqw0JoRxe7FuAvQLd7Y4i+nQPhKH0/aWES2+FRc =" ;
3131
3232 postPatch =
3333 let
5858 ldflags = [
5959 "-s"
6060 "-w"
61- "-X github.com/arduino/arduino-cli/version.versionString=${ version } "
62- "-X github.com/arduino/arduino-cli/version.commit=unknown"
61+ "-X github.com/arduino/arduino-cli/internal/ version.versionString=${ version } "
62+ "-X github.com/arduino/arduino-cli/internal/ version.commit=unknown"
6363 ] ++ lib . optionals stdenv . hostPlatform . isLinux [ "-extldflags '-static'" ] ;
6464
6565 postInstall = lib . optionalString ( stdenv . buildPlatform . canExecute stdenv . hostPlatform ) ''
You can’t perform that action at this time.
0 commit comments