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

rhoas: 0.51.7 -> 0.51.9
This commit is contained in:
Jonas Heinrich 2022-12-29 11:03:52 +01:00 committed by GitHub
commit 77a39a23ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "rhoas";
version = "0.51.7";
version = "0.51.9";
src = fetchFromGitHub {
owner = "redhat-developer";
repo = "app-services-cli";
rev = "v${version}";
sha256 = "sha256-sgAr9v3nkMZ8linvR5AhYZV0NQuVqMnueGOo/KLqPc0=";
sha256 = "sha256-KDEKuaLFVptQs+h0NBlPt0z9kBb3FkroG5mfEgFFCxM=";
};
vendorSha256 = null;