dart 0 -> 1 attrpath: dart Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - dart-3.2.4 Press Enter key to continue... Running update for: - dart-3.2.4: UPDATING ... - dart-3.2.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/compilers/dart/sources.nix b/pkgs/development/compilers/dart/sources.nix index 600e284d8449..865a75bbff5f 100644 --- a/pkgs/development/compilers/dart/sources.nix +++ b/pkgs/development/compilers/dart/sources.nix @@ -1,24 +1,24 @@ -let version = "3.2.4"; in +let version = "3.2.6"; in { fetchurl }: { versionUsed = version; "${version}-x86_64-darwin" = fetchurl { url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${version}/sdk/dartsdk-macos-x64-release.zip"; - sha256 = "107sq5m684mxw5k21zfs3iyihzbqkfmh0vpj17qca19rghnxgn02"; + sha256 = "05w5v6f302gwwpa3my8baz4spmdmqrimmc659wgki1h64ch1yrlp"; }; "${version}-aarch64-darwin" = fetchurl { url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${version}/sdk/dartsdk-macos-arm64-release.zip"; - sha256 = "08jbcdm5li30xdy85whdah186g0yiasgl12h6vi1vgld15ifjsab"; + sha256 = "1dmd70jjpfi19rmlvj2hbggw92z03jm8irrwx6r0bk7r748cj11f"; }; "${version}-aarch64-linux" = fetchurl { url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${version}/sdk/dartsdk-linux-arm64-release.zip"; - sha256 = "0f40riqcdnjwjnv6si5186h6akrnhnwqrfrgfvm4y0gpblw88c2s"; + sha256 = "1hs1mvk90qb0nijm8wcvv6xkd79z44i2bpcv2nh933lysdys664q"; }; "${version}-x86_64-linux" = fetchurl { url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${version}/sdk/dartsdk-linux-x64-release.zip"; - sha256 = "1bkrfg3xzkc4zrbl5ialg5jwpb7l0xmrd9aj7x5kwz2v8n8w013n"; + sha256 = "0j0xmyxdmzn4ii24j27yw6l3074ay4n2qjyzh967cpbg9yhr0cr5"; }; "${version}-i686-linux" = fetchurl { url = "https://storage.googleapis.com/dart-archive/channels/stable/release/${version}/sdk/dartsdk-linux-ia32-release.zip"; - sha256 = "0jddia0s7byl7p6qbljp444qs11r8ff58s5fbchcrsmkry3pg8gi"; + sha256 = "0ml9dvnd7f0rld3wfnnmv7arfs821zg8rqaq1c7zvqhkj3i0dwci"; }; } An auto update branch exists with message `dart: 3.2.4 -> 3.2.5`. New version is 3.2.6. The auto update branch does not match or exceed the new version. Successfully finished processing cachix "/nix/store/gjq6b10hlkv45ak94jzwgpwwnciw9krk-dart-3.2.6" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
2 packages failed to build:
12 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for dart is: Scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps meta.homepage for dart is: https://dart.dev ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.2.6 with grep in /nix/store/gjq6b10hlkv45ak94jzwgpwwnciw9krk-dart-3.2.6 - found 3.2.6 in filename of file in /nix/store/gjq6b10hlkv45ak94jzwgpwwnciw9krk-dart-3.2.6 ---
Rebuild report (if merged into master) (click to expand) ``` 15 total rebuild path(s) 15 package rebuild(s) First fifty rebuilds by attrpath dart dart-sass discourse discourseAllPlugins domine protoc-gen-dart python311Packages.nbdev python312Packages.nbdev quarto quartoMinimal rstudio rstudio-server rstudioServerWrapper rstudioWrapper shopware-cli ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/gjq6b10hlkv45ak94jzwgpwwnciw9krk-dart-3.2.6 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A dart https://github.com/r-ryantm/nixpkgs/archive/ecc094fb3d3d7fc9bd8ff0d9c18a26c881209add.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/ecc094fb3d3d7fc9bd8ff0d9c18a26c881209add#dart ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/gjq6b10hlkv45ak94jzwgpwwnciw9krk-dart-3.2.6 ls -la /nix/store/gjq6b10hlkv45ak94jzwgpwwnciw9krk-dart-3.2.6/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
2 packages failed to build:
12 packages built:
--- ###### Maintainer pings cc @GRBurst for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/283380