deno 0 -> 1 attrpath: deno Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [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: - deno-1.40.2 Press Enter key to continue... Running update for: - deno-1.40.2: UPDATING ... - deno-1.40.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/web/deno/default.nix b/pkgs/development/web/deno/default.nix index bae30f873a0f..5ace8965d575 100644 --- a/pkgs/development/web/deno/default.nix +++ b/pkgs/development/web/deno/default.nix @@ -13,16 +13,16 @@ rustPlatform.buildRustPackage rec { pname = "deno"; - version = "1.40.2"; + version = "1.40.3"; src = fetchFromGitHub { owner = "denoland"; repo = pname; rev = "v${version}"; - hash = "sha256-ycQN4BKuvK4FRYbHUKFFMVFg0LAG64xFiXbAkmQ46Cs="; + hash = "sha256-e1sEkoUwaQWNWyl+mR+wt+CC1B48azcpowlgrZhy8KU="; }; - cargoHash = "sha256-5OnYtVsuf6q4nQGO1+qL+2WFaKW0k13fNFS29gKaWhk="; + cargoHash = "sha256-qoySzmgk5cyafoGKcmyITkRcbTufzRicLsw3MLKgOgk="; postPatch = '' # upstream uses lld on aarch64-darwin for faster builds No auto update branch exists Successfully finished processing cachix "/nix/store/wvdasrcp9pxdyw99ikf5psx1cajpbl16-deno-1.40.3" [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:
6 packages failed to build:
5 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 deno is: A secure runtime for JavaScript and TypeScript meta.homepage for deno is: https://deno.land/ meta.changelog for deno is: https://github.com/denoland/deno/releases/tag/v1.40.3 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/denoland/deno/releases/tag/v1.40.3) - [Compare changes on GitHub](https://github.com/denoland/deno/compare/v1.40.2...v1.40.3) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.40.3 with grep in /nix/store/wvdasrcp9pxdyw99ikf5psx1cajpbl16-deno-1.40.3 - found 1.40.3 in filename of file in /nix/store/wvdasrcp9pxdyw99ikf5psx1cajpbl16-deno-1.40.3 ---
Rebuild report (if merged into master) (click to expand) ``` 12 total rebuild path(s) 12 package rebuild(s) First fifty rebuilds by attrpath deno python311Packages.nbdev python312Packages.nbdev quarto quartoMinimal rstudio rstudio-server rstudioServerWrapper rstudioWrapper vimPlugins.denops-vim vimPlugins.vim-pluto windmill ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/wvdasrcp9pxdyw99ikf5psx1cajpbl16-deno-1.40.3 \ --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 deno https://github.com/r-ryantm/nixpkgs/archive/32a9e3888aa1f8ae4858791db629f19110be5de4.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/32a9e3888aa1f8ae4858791db629f19110be5de4#deno ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/wvdasrcp9pxdyw99ikf5psx1cajpbl16-deno-1.40.3 ls -la /nix/store/wvdasrcp9pxdyw99ikf5psx1cajpbl16-deno-1.40.3/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:
6 packages failed to build:
5 packages built:
--- ###### Maintainer pings cc @06kellyjac 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). https://api.github.com/repos/NixOS/nixpkgs/pulls/286068