redli: 0.9.0 -> 0.11.0

This commit is contained in:
R. Ryantm 2024-01-09 11:07:36 +00:00
parent bc85b737c5
commit 87ed3e1ebc

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "redli";
version = "0.9.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "IBM-Cloud";
repo = pname;
rev = "v${version}";
hash = "sha256-AeIGlRsUWK6q0GJJFmvJwpuGy312VPsMhkxMqDDzay4=";
hash = "sha256-Tux4GsYG3DlJoV10Ahb+X+8mpkchLchbh+PCgRD0kUA=";
};
vendorHash = null;