1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

scalr-cli: 0.16.0 -> 0.16.2

This commit is contained in:
R. Ryantm 2024-11-12 07:53:25 +00:00
parent 0488e230e6
commit 8fc316c972

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "scalr-cli";
version = "0.16.0";
version = "0.16.2";
src = fetchFromGitHub {
owner = "Scalr";
repo = "scalr-cli";
rev = "v${version}";
hash = "sha256-9osB3bsc8IvH1ishG9uiIUnAwC1yZd0rFhiZdzYucI8=";
hash = "sha256-Pw3ZEmQHlRmhEINQRQ21aCt6t1f7aqH/n8zfIzOF0lo=";
};
vendorHash = "sha256-0p4f+KKD04IFAUQG8F3b+2sx9suYemt3wbgSNNOOIlk=";