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

ucx: 1.14.0 -> 1.14.1
This commit is contained in:
markuskowa 2023-05-24 09:54:15 +02:00 committed by GitHub
commit 3209cec156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ucx"; pname = "ucx";
version = "1.14.0"; version = "1.14.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "openucx"; owner = "openucx";
repo = "ucx"; repo = "ucx";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-OSYeJfMi57KABt8l3Yj0glqx54C5cwM2FqlijszJIk4="; sha256 = "sha256-oAigiCgbr27pX+kNl+RW1P10TKYFSKrHDK4U4z8WMko=";
}; };
nativeBuildInputs = [ autoreconfHook doxygen pkg-config ]; nativeBuildInputs = [ autoreconfHook doxygen pkg-config ];