redli: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm 2024-04-05 14:36:22 +00:00
parent 0d63422753
commit 0c210e627c
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;