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