Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

scalr-cli: 0.15.2 -> 0.15.3

+2 -2
+2 -2
pkgs/tools/admin/scalr-cli/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "scalr-cli"; 8 - version = "0.15.2"; 8 + version = "0.15.3"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "Scalr"; 12 12 repo = "scalr-cli"; 13 13 rev = "v${version}"; 14 - hash = "sha256-vuYkUFh9C+D6Sbu/vbEFV57FDVQVSCkvOxdLeDVbe18="; 14 + hash = "sha256-ciretC6z2NcLffSkK78DFIUqbRHgVTA7OEyNk6qdAgI="; 15 15 }; 16 16 17 17 vendorHash = "sha256-zyshSluHq5f+DQV4K7qxHNsZ4nKzL8J5A25rdg9fHeM=";