scalingo: 1.44.1 -> 1.45.0 (#531042)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-12 15:45:11 +00:00 committed by GitHub
commit 4de2c4a367
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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