spacectl: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm 2024-10-20 02:34:32 +00:00
parent 75d8eea61e
commit c19599e33d

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "spacectl";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "spacelift-io";
repo = "spacectl";
rev = "v${version}";
hash = "sha256-wEu7AmFn1782XTKKb7JxQWn/ZSHrQbuZ/SDldn6pUNo=";
hash = "sha256-pO+jYuCyP6YrU9vE3//O0EyTDXYQ1WSpFI/8WbneDCA=";
};
vendorHash = "sha256-SYfXG6YM0Q2rCnoTM2tYvE17uBCD8yQiW/5DTCxMPWo=";