scalingo: 1.43.2 -> 1.43.3

This commit is contained in:
R. Ryantm
2026-02-25 08:06:38 +00:00
parent 24e52c76ea
commit 44bb75b9e2
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "scalingo";
version = "1.43.2";
version = "1.43.3";
src = fetchFromGitHub {
owner = "scalingo";
repo = "cli";
rev = version;
hash = "sha256-QyHZrRlbM2V6blk4KtYlyURjM1KjWj/l9X8td7nfHbs=";
hash = "sha256-2MKlE1NFllMgZM5Nq1SNB55PgkDiAJXdNZjmcfIgie4=";
};
vendorHash = null;