spacectl: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm
2025-01-21 17:20:21 +00:00
parent 8956e27ebc
commit 6bdf6d1a62
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule rec {
pname = "spacectl";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "spacelift-io";
repo = "spacectl";
rev = "v${version}";
hash = "sha256-IkGkySGvRFvIxx9c2jkFJ0vJ6iqdp+pQYgOuZgHZjIw=";
hash = "sha256-24aw5ooN6ru9p+/21M64VlZdzcep0S76XA27wtZ0xyA=";
};
vendorHash = "sha256-SYfXG6YM0Q2rCnoTM2tYvE17uBCD8yQiW/5DTCxMPWo=";
vendorHash = "sha256-VfhbwbKQOmXzLjS/O8BDdYHtZT2kBuxRcAPpHMlenUc=";
nativeBuildInputs = [ installShellFiles ];