scalingo: 1.37.0 -> 1.38.0 (#435260)

Co-authored-by: cimm <cimm@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-20 13:20:51 +00:00
committed by GitHub
co-authored by cimm
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "scalingo";
version = "1.37.0";
version = "1.38.0";
src = fetchFromGitHub {
owner = pname;
repo = "cli";
rev = version;
hash = "sha256-jF9llYFyw3lPyC5tq1TRpSCAbCl5yGGozHS3jQkXLFo=";
hash = "sha256-+f4bDn5JAjSGjtdwdZjZoKg7lvvIRUug93vdZbb0tJE=";
};
vendorHash = null;