nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

rhoas: 0.51.9 -> 0.53.0

+3 -3
+3 -3
pkgs/tools/admin/rhoas/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "rhoas"; 5 - version = "0.51.9"; 5 + version = "0.53.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "redhat-developer"; 9 9 repo = "app-services-cli"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-KDEKuaLFVptQs+h0NBlPt0z9kBb3FkroG5mfEgFFCxM="; 11 + sha256 = "sha256-9fydRgp2u1LWf0lEDMi1OxxFURd14oKCBDKACqrgWII="; 12 12 }; 13 13 14 - vendorSha256 = null; 14 + vendorHash = null; 15 15 16 16 ldflags = [ 17 17 "-s"