scalingo: 1.41.1 -> 1.42.0

This commit is contained in:
R. Ryantm
2026-01-12 15:36:35 +00:00
parent e01f273dad
commit ace2eca139
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "scalingo";
version = "1.41.1";
version = "1.42.0";
src = fetchFromGitHub {
owner = pname;
repo = "cli";
rev = version;
hash = "sha256-1y5YDTeXsr1DPXVV01W6aLHlgr2O5sEBeZ8YW9O01w4=";
hash = "sha256-Ifrt3pvKw40f7lDwM2C2EVm/g6i4Dd+3fxVphAxU3as=";
};
vendorHash = null;