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

ucx: 1.14.0 -> 1.14.1

authored by markuskowa and committed by GitHub 3209cec1 f7b0871d

+2 -2
+2 -2
pkgs/development/libraries/ucx/default.nix
··· 20 20 in 21 21 stdenv.mkDerivation rec { 22 22 pname = "ucx"; 23 - version = "1.14.0"; 23 + version = "1.14.1"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "openucx"; 27 27 repo = "ucx"; 28 28 rev = "v${version}"; 29 - sha256 = "sha256-OSYeJfMi57KABt8l3Yj0glqx54C5cwM2FqlijszJIk4="; 29 + sha256 = "sha256-oAigiCgbr27pX+kNl+RW1P10TKYFSKrHDK4U4z8WMko="; 30 30 }; 31 31 32 32 nativeBuildInputs = [ autoreconfHook doxygen pkg-config ];