Unverified Commit 21f29cb2 authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

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

ucx: 1.12.1 -> 1.13.0
parents 4eae1335 7db1e3ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@ let

in stdenv.mkDerivation rec {
  pname = "ucx";
  version = "1.12.1";
  version = "1.13.0";

  src = fetchFromGitHub {
    owner = "openucx";
    repo = "ucx";
    rev = "v${version}";
    sha256 = "08ajhbhzwkfzhkhswk56zx17q18ii67dg1ca1f5grl9qjgj3mmyw";
    sha256 = "sha256-DWiOmqxBAAH8DE7H0teoKyp+m3wYEo652ac7ey43Erg=";
  };

  nativeBuildInputs = [ autoreconfHook doxygen ];