2022-11-16T15:54:33 openapi-generator-cli-unstable 6.0.0-2022-03-18 -> 6.2.1 https://github.com/OpenAPITools/openapi-generator/releases 2022-11-16T15:54:35 attrpath: openapi-generator-cli-unstable 2022-11-16T15:54:35 Checking auto update branch... 2022-11-16T15:54:35 No auto update branch exists 2022-11-16T15:54:42 [version] 2022-11-16T15:54:46 [version] updated version and sha256 2022-11-16T15:54:46 [rustCrateVersion] 2022-11-16T15:54:46 [rustCrateVersion] No cargoSha256 found 2022-11-16T15:54:46 [golangModuleVersion] 2022-11-16T15:54:46 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-16T15:54:46 [updateScript] 2022-11-16T15:54:46 [updateScript] skipping because derivation has no updateScript 2022-11-16T15:54:46 2022-11-16T15:54:46 [quotedUrls] 2022-11-16T15:54:46 [quotedUrls] nothing found to replace 2022-11-16T15:54:47 Diff after rewrites: diff --git a/pkgs/tools/networking/openapi-generator-cli/unstable.nix b/pkgs/tools/networking/openapi-generator-cli/unstable.nix index 9af28b3e09e..c58f303c34a 100644 --- a/pkgs/tools/networking/openapi-generator-cli/unstable.nix +++ b/pkgs/tools/networking/openapi-generator-cli/unstable.nix @@ -1,7 +1,7 @@ { callPackage, lib, stdenv, fetchurl, jre, makeWrapper }: let this = stdenv.mkDerivation rec { - version = "6.0.0-2022-03-18"; # Also update the fetchurl link + version = "6.2.1"; # Also update the fetchurl link pname = "openapi-generator-cli"; jarfilename = "${pname}-${version}.jar"; @@ -12,7 +12,7 @@ let this = stdenv.mkDerivation rec { src = fetchurl { url = "https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/6.0.0-SNAPSHOT/openapi-generator-cli-6.0.0-20220318.042704-93.jar"; - sha256 = "1h126kpbnpbrsnjrxb09hzb796dwl4g58d6wrh1hhv8svwy5p0bl"; + sha256 = "sha256-dIFbPN8abQgDzNw0VB6hvJl01ocJrJ6l1Xldu+40IsA="; }; dontUnpack = true; 2022-11-16T15:54:47 Source url did not change.