Merge pull request #110125 from sayanarijit/master

authored by Sandro and committed by GitHub 82e84b97 6206c096

+5 -5
+2 -2
pkgs/tools/networking/openapi-generator-cli/default.nix
··· 1 1 { lib, stdenv, fetchurl, jre, makeWrapper }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "4.3.1"; 4 + version = "5.0.0"; 5 5 pname = "openapi-generator-cli"; 6 6 7 7 jarfilename = "${pname}-${version}.jar"; ··· 12 12 13 13 src = fetchurl { 14 14 url = "mirror://maven/org/openapitools/${pname}/${version}/${jarfilename}"; 15 - sha256 = "1h9infspwbij9ahb376vc4ijakrqb7xww573ccrqvchxphbcsf7l"; 15 + sha256 = "13kgc84kyrypr0xy4xifrzqcy4qlvcxc7f0jy3n1xkjl3vhav7w3"; 16 16 }; 17 17 18 18 phases = [ "installPhase" ];
+3 -3
pkgs/tools/networking/openapi-generator-cli/unstable.nix
··· 1 1 { lib, stdenv, fetchurl, jre, makeWrapper }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "5.0.0-2020-02-04"; 4 + version = "6.0.0-2021-01-18"; # Also update the fetchurl link 5 5 pname = "openapi-generator-cli"; 6 6 7 7 jarfilename = "${pname}-${version}.jar"; ··· 11 11 ]; 12 12 13 13 src = fetchurl { 14 - url = "https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/5.0.0-SNAPSHOT/openapi-generator-cli-5.0.0-20200204.091421-37.jar"; 15 - sha256 = "0swv976fcr2z8g53avr0r706c31xacb2dlnl8b4c8mzmi49byy7k"; 14 + url = "https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/6.0.0-SNAPSHOT/openapi-generator-cli-6.0.0-20210118.082537-4.jar"; 15 + sha256 = "1ji3yw9dp4srlgqxvb21vrcp2bzj4himxsmp8l8zid9nxsc1m71x"; 16 16 }; 17 17 18 18 phases = [ "installPhase" ];