redli: 0.6.0 -> 0.7.0

This commit is contained in:
R. Ryantm 2022-11-12 20:07:22 +00:00 committed by Bobby Rong
parent a0cea97ebe
commit 47a678b594

View file

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