2022-11-03T14:53:49 karate 1.2.0 -> 1.3.0 https://github.com/karatelabs/karate/releases 2022-11-03T14:53:51 attrpath: karate 2022-11-03T14:53:51 Checking auto update branch... 2022-11-03T14:53:51 No auto update branch exists 2022-11-03T14:53:56 [version] 2022-11-03T14:54:03 [version] updated version and sha256 2022-11-03T14:54:03 [rustCrateVersion] 2022-11-03T14:54:03 [rustCrateVersion] No cargoSha256 found 2022-11-03T14:54:03 [golangModuleVersion] 2022-11-03T14:54:03 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-03T14:54:03 [updateScript] 2022-11-03T14:54:03 [updateScript] skipping because derivation has no updateScript 2022-11-03T14:54:03 2022-11-03T14:54:03 [quotedUrls] 2022-11-03T14:54:03 [quotedUrls] nothing found to replace 2022-11-03T14:54:03 Diff after rewrites: diff --git a/pkgs/development/tools/karate/default.nix b/pkgs/development/tools/karate/default.nix index 2dd40967401..cda508c9df3 100644 --- a/pkgs/development/tools/karate/default.nix +++ b/pkgs/development/tools/karate/default.nix @@ -2,11 +2,11 @@ stdenvNoCC.mkDerivation rec { pname = "karate"; - version = "1.2.0"; + version = "1.3.0"; src = fetchurl { url = "https://github.com/karatelabs/karate/releases/download/v${version}/karate-${version}.jar"; - sha256 = "69b9ba1cd9563cbad802471e7250dd46828df7ad176706577389dfe6e604e5ec"; + sha256 = "sha256-uQHE8Mf70t7gtALdxO1tltUkwEKx0emWWliZEzwGW+Q="; }; dontUnpack = true; 2022-11-03T14:55:39 Successfully finished processing 2022-11-03T14:55:39 cachix "/nix/store/n8fpq0ijxk5cadfnbahdbyiffdrjc234-karate-1.3.0" 2022-11-03T14:56:07 [check][nixpkgs-review] 2022-11-03T14:59:08 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-11-03T14:59:12 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/karatelabs/karate/releases. meta.description for karate is: "API Test Automation Made Simple" meta.homepage for karate is: "https://github.com/karatelabs/karate" meta.changelog for karate is: "https://github.com/karatelabs/karate/releases/tag/v1.3.0" ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/karatelabs/karate/releases/tag/v1.3.0) - [Compare changes on GitHub](https://github.com/karatelabs/karate/compare/v1.2.0...v1.3.0) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.3.0 with grep in /nix/store/n8fpq0ijxk5cadfnbahdbyiffdrjc234-karate-1.3.0 - found 1.3.0 in filename of file in /nix/store/n8fpq0ijxk5cadfnbahdbyiffdrjc234-karate-1.3.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath karate ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/n8fpq0ijxk5cadfnbahdbyiffdrjc234-karate-1.3.0 \ --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 karate https://github.com/r-ryantm/nixpkgs/archive/72afcba61ed697601c7bfa458ffe6f954cd6dd4a.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/n8fpq0ijxk5cadfnbahdbyiffdrjc234-karate-1.3.0 ls -la /nix/store/n8fpq0ijxk5cadfnbahdbyiffdrjc234-karate-1.3.0/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 @kephas 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-11-03T14:59:14 https://api.github.com/repos/NixOS/nixpkgs/pulls/199357