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

redli: 0.9.0 -> 0.11.0
This commit is contained in:
Nick Cao
2024-01-10 10:56:31 -05:00
committed by GitHub
+2 -2
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;