Merge pull request #194197 from markuskowa/upd-ucx

ucx: 1.13.0 -> 1.13.1
This commit is contained in:
markuskowa
2022-10-04 10:45:07 +02:00
committed by GitHub
+2 -2
View File
@@ -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 = [