2022-12-30T18:40:27 ansible-language-server 1.0.3 -> 1.0.4 https://github.com/ansible/ansible-language-server/releases 2022-12-30T18:40:30 attrpath: ansible-language-server 2022-12-30T18:40:30 Checking auto update branch... 2022-12-30T18:40:33 [version] 2022-12-30T18:40:33 [version] skipping because derivation has updateScript 2022-12-30T18:40:33 [rustCrateVersion] 2022-12-30T18:40:33 [rustCrateVersion] No cargoSha256 found 2022-12-30T18:40:33 [golangModuleVersion] 2022-12-30T18:40:33 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-30T18:40:33 [updateScript] 2022-12-30T18:40:42 [updateScript] Success 2022-12-30T18:40:42 [updateScript] this derivation will be built: /nix/store/zkqjxsc3xzqq6x9lrfsbllihhwkqi4c1-packages.json.drv building '/nix/store/zkqjxsc3xzqq6x9lrfsbllihhwkqi4c1-packages.json.drv'... Going to be running update for following packages: - ansible-language-server-1.0.3 Press Enter key to continue... Running update for: - ansible-language-server-1.0.3: UPDATING ... - ansible-language-server-1.0.3: DONE. Packages updated! 2022-12-30T18:40:42 2022-12-30T18:40:42 [quotedUrls] 2022-12-30T18:40:42 [quotedUrls] nothing found to replace 2022-12-30T18:40:43 Diff after rewrites: diff --git a/pkgs/development/tools/language-servers/ansible-language-server/default.nix b/pkgs/development/tools/language-servers/ansible-language-server/default.nix index ca656cf25bb..084e2e023d9 100644 --- a/pkgs/development/tools/language-servers/ansible-language-server/default.nix +++ b/pkgs/development/tools/language-servers/ansible-language-server/default.nix @@ -6,16 +6,16 @@ buildNpmPackage rec { pname = "ansible-language-server"; - version = "1.0.3"; + version = "1.0.4"; src = fetchFromGitHub { owner = "ansible"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-+42fZ4ILUHg/KcnllUaFYYPBKHxauagbsVdIY1MgwSI="; + hash = "sha256-IBySScjfF2bIbiOv09uLMt9QH07zegm/W1vmGhdWxGY="; }; - npmDepsHash = "sha256-DRXIbIogMeiJvZOB44hKkkfc3dg8mscnV6k2rUvYCNs="; + npmDepsHash = "sha256-rJ1O2OsrJhTIfywK9/MRubwwcCmMbu61T4zyayg+mAU="; npmBuildScript = "compile"; # We remove the prepare and prepack scripts because they run the 2022-12-30T18:42:09 No auto update branch exists 2022-12-30T18:42:29 Successfully finished processing 2022-12-30T18:42:29 cachix "/nix/store/4qllfnddzz8ax9yzw9fs29zsijszz51d-ansible-language-server-1.0.4" 2022-12-30T18:42:33 [check][nixpkgs-review] 2022-12-30T18:45:20 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-12-30T18:45:22 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 ansible-language-server is: "Ansible Language Server" meta.homepage for ansible-language-server is: "https://github.com/ansible/ansible-language-server" meta.changelog for ansible-language-server is: "https://github.com/ansible/ansible-language-server/releases/tag/v1.0.4" ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.0.4 with grep in /nix/store/4qllfnddzz8ax9yzw9fs29zsijszz51d-ansible-language-server-1.0.4 - found 1.0.4 in filename of file in /nix/store/4qllfnddzz8ax9yzw9fs29zsijszz51d-ansible-language-server-1.0.4 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath ansible-language-server ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/4qllfnddzz8ax9yzw9fs29zsijszz51d-ansible-language-server-1.0.4 \ --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 ansible-language-server https://github.com/r-ryantm/nixpkgs/archive/2996b0e32866079426ea68e424cab4b51a2407da.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/4qllfnddzz8ax9yzw9fs29zsijszz51d-ansible-language-server-1.0.4 ls -la /nix/store/4qllfnddzz8ax9yzw9fs29zsijszz51d-ansible-language-server-1.0.4/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 built:
--- ###### Maintainer pings cc @mweinelt 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). 2022-12-30T18:45:25 https://api.github.com/repos/NixOS/nixpkgs/pulls/208395