Merge pull request #258062 from markuskowa/upd-ucx

ucx: 1.14.1 -> 1.15.0
This commit is contained in:
markuskowa 2023-10-02 17:30:04 +02:00 committed by GitHub
commit a51dec6d33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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