Unverified Commit f4e64555 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

spacectl: 1.17.0 -> 1.17.1 (#477077)

parents e83b0a6f edb7d6ed
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

buildGoModule rec {
  pname = "spacectl";
  version = "1.17.0";
  version = "1.17.1";

  src = fetchFromGitHub {
    owner = "spacelift-io";
    repo = "spacectl";
    rev = "v${version}";
    hash = "sha256-j9c8RZfm5RWcXAy8LUtIZrztfVhXiAWmCJ/Rwq5IiKo=";
    hash = "sha256-hn1BCDwDhIOPxl5FkJ96gPIvjvVFwa9jscyfCkVc9/0=";
  };

  vendorHash = "sha256-g5Y6NuG8z2Pnh3Ng690FcwOrEU2EOhftZbM8oUFj4B4=";
  vendorHash = "sha256-f/09XZiaYNUZzKM0jITFdUmKt8UQy90K4PGhC6ZupCk=";

  nativeBuildInputs = [ installShellFiles ];