Merge pull request #186006 from r-ryantm/auto-update/redli

redli: 0.5.2 -> 0.6.0
This commit is contained in:
Ryan Mulligan 2022-08-13 11:41:59 -07:00 committed by GitHub
commit 23b54d45a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "redli";
version = "0.5.2";
version = "0.6.0";
src = fetchFromGitHub {
owner = "IBM-Cloud";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bR02R9M3041oNUEQId1zgAxMNPyXXQNAYEyE/XIDdPE=";
sha256 = "sha256-nLauKt3OnFZFnFjw0s2kTFdvdYjFkeA6eQwZEhT4n/s=";
};
vendorSha256 = null;