scalr-cli: 0.17.0 -> 0.17.1

This commit is contained in:
R. Ryantm 2025-05-01 13:45:26 +00:00
parent 72d7521374
commit 70e115c1c0

View file

@ -6,13 +6,13 @@
buildGoModule rec { buildGoModule rec {
pname = "scalr-cli"; pname = "scalr-cli";
version = "0.17.0"; version = "0.17.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Scalr"; owner = "Scalr";
repo = "scalr-cli"; repo = "scalr-cli";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-mDcirYhqpfeS2Wt9MnYPmTn/QZa85vlrN2uUkA1+7A4="; hash = "sha256-+ZwENhZF19VpJPGOVHnT4vMiWi8fzuJa3AhyOQ/S6w0=";
}; };
vendorHash = "sha256-TUf+0Z0yBDOpzMuETn+FCAPXWvQltjRhwQ3Xz0X6YOI="; vendorHash = "sha256-TUf+0Z0yBDOpzMuETn+FCAPXWvQltjRhwQ3Xz0X6YOI=";