ucx: 1.14.0 -> 1.14.1

This commit is contained in:
R. Ryantm 2023-05-23 23:43:15 +00:00
parent 0e3f4da01d
commit 6383528945

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 ];