Unverified Commit 722de8a2 authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #194197 from markuskowa/upd-ucx

ucx: 1.13.0 -> 1.13.1
parents 83928b1d 1b015cf5
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.13.0";
  version = "1.13.1";

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

  patches = [