Skip to content

Commit e66bf96

Browse files
committed
spacectl: 1.10.0 -> 1.11.0
1 parent 573c650 commit e66bf96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sp/spacectl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
buildGoModule rec {
1111
pname = "spacectl";
12-
version = "1.10.0";
12+
version = "1.11.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "spacelift-io";
1616
repo = "spacectl";
1717
rev = "v${version}";
18-
hash = "sha256-pT0e0HWryv8LYoKDJDAJ2936aZZ5LlukY6Z2OQesZAE=";
18+
hash = "sha256-3s64o4rmkbvT9rOdqYZN1No08Lh1S4oNlIal+otfhWU=";
1919
};
2020

21-
vendorHash = "sha256-VfhbwbKQOmXzLjS/O8BDdYHtZT2kBuxRcAPpHMlenUc=";
21+
vendorHash = "sha256-TvniuTdw7zRS/x5aPaWtdaEdET4tHbH5gokSiWiaqDo=";
2222

2323
nativeBuildInputs = [ installShellFiles ];
2424

0 commit comments

Comments
 (0)