scalingo: 1.38.0 -> 1.39.0

This commit is contained in:
R. Ryantm
2025-09-11 14:26:05 +00:00
parent ce43b94ad4
commit 3af08fb5d6
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "scalingo";
version = "1.38.0";
version = "1.39.0";
src = fetchFromGitHub {
owner = pname;
repo = "cli";
rev = version;
hash = "sha256-+f4bDn5JAjSGjtdwdZjZoKg7lvvIRUug93vdZbb0tJE=";
hash = "sha256-5La3k6DXCYpnTgtnHolJ5pL7EPjkO+bXgT48gcRsbsc=";
};
vendorHash = null;