We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573c650 commit e66bf96Copy full SHA for e66bf96
pkgs/by-name/sp/spacectl/package.nix
@@ -9,16 +9,16 @@
9
10
buildGoModule rec {
11
pname = "spacectl";
12
- version = "1.10.0";
+ version = "1.11.0";
13
14
src = fetchFromGitHub {
15
owner = "spacelift-io";
16
repo = "spacectl";
17
rev = "v${version}";
18
- hash = "sha256-pT0e0HWryv8LYoKDJDAJ2936aZZ5LlukY6Z2OQesZAE=";
+ hash = "sha256-3s64o4rmkbvT9rOdqYZN1No08Lh1S4oNlIal+otfhWU=";
19
};
20
21
- vendorHash = "sha256-VfhbwbKQOmXzLjS/O8BDdYHtZT2kBuxRcAPpHMlenUc=";
+ vendorHash = "sha256-TvniuTdw7zRS/x5aPaWtdaEdET4tHbH5gokSiWiaqDo=";
22
23
nativeBuildInputs = [ installShellFiles ];
24
0 commit comments