scalingo: 1.45.0 -> 1.46.0 (#533945)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-21 18:17:27 +00:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "scalingo";
version = "1.45.0";
version = "1.46.0";
src = fetchFromGitHub {
owner = "scalingo";
repo = "cli";
rev = version;
hash = "sha256-UVXHhJEUqkVs/sMXl1wfYTIJkbZca5oJyoQ4byPw18s=";
hash = "sha256-eYVX0VLBbgZDMz0fV95CEG3w1mrME0k2GszziD+gKnM=";
};
vendorHash = null;