ucx: 1.13.0 -> 1.13.1

This commit is contained in:
Markus Kowalewski 2022-10-03 10:57:55 +02:00
parent ecf0f76866
commit 1b015cf57b
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

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 = [