Merge pull request #184107 from r-ryantm/auto-update/ucx

ucx: 1.12.1 -> 1.13.0
This commit is contained in:
markuskowa 2022-07-31 13:30:36 +02:00 committed by GitHub
commit 21f29cb290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@ let
in stdenv.mkDerivation rec {
pname = "ucx";
version = "1.12.1";
version = "1.13.0";
src = fetchFromGitHub {
owner = "openucx";
repo = "ucx";
rev = "v${version}";
sha256 = "08ajhbhzwkfzhkhswk56zx17q18ii67dg1ca1f5grl9qjgj3mmyw";
sha256 = "sha256-DWiOmqxBAAH8DE7H0teoKyp+m3wYEo652ac7ey43Erg=";
};
nativeBuildInputs = [ autoreconfHook doxygen ];