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

redli: 0.12.0 -> 0.13.0
This commit is contained in:
Weijia Wang 2024-04-06 01:20:13 +02:00 committed by GitHub
commit 35f133b8f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "redli";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "IBM-Cloud";
repo = pname;
rev = "v${version}";
hash = "sha256-DKARqhoSaTQEUm+xUwAFFLR65q1L+bab7+50LONwvEQ=";
hash = "sha256-uXTzDRluBP9pm0SM8sIiGIvvbwATO60JQfQpXWGl5EA=";
};
vendorHash = null;