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

scalingo: 1.30.1 -> 1.31.0
This commit is contained in:
Jon Seager
2024-03-15 11:45:06 +00:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "scalingo";
version = "1.30.1";
version = "1.31.0";
src = fetchFromGitHub {
owner = pname;
repo = "cli";
rev = version;
hash = "sha256-Dzm1f7iNVCzbSogYfjDIHJ2UbPnP1F9nF9QASe/H3TU=";
hash = "sha256-Y162BHTlerTbsRJ1KhT82iBMv+jI7Rq+h8JfBIV0uIs=";
};
vendorHash = null;