Merge pull request #288714 from r-ryantm/auto-update/scalingo

scalingo: 1.30.0 -> 1.30.1
This commit is contained in:
Mario Rodas
2024-02-14 08:13:51 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "scalingo";
version = "1.30.0";
version = "1.30.1";
src = fetchFromGitHub {
owner = pname;
repo = "cli";
rev = version;
hash = "sha256-vgkVxQK18RBIhhL9gyuH9kmCueJFDZByhy0FE4JuVO8=";
hash = "sha256-Dzm1f7iNVCzbSogYfjDIHJ2UbPnP1F9nF9QASe/H3TU=";
};
vendorHash = null;