Merge pull request #227162 from r-ryantm/auto-update/rhoas

rhoas: 0.51.9 -> 0.53.0
This commit is contained in:
Weijia Wang 2023-04-20 23:41:58 +03:00 committed by GitHub
commit dc6be426df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "rhoas";
version = "0.51.9";
version = "0.53.0";
src = fetchFromGitHub {
owner = "redhat-developer";
repo = "app-services-cli";
rev = "v${version}";
sha256 = "sha256-KDEKuaLFVptQs+h0NBlPt0z9kBb3FkroG5mfEgFFCxM=";
sha256 = "sha256-9fydRgp2u1LWf0lEDMi1OxxFURd14oKCBDKACqrgWII=";
};
vendorSha256 = null;
vendorHash = null;
ldflags = [
"-s"