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
commit 722de8a2ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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