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

scalingo: 1.31.0 -> 1.32.0
This commit is contained in:
Jörg Thalheim
2024-04-27 09:21:55 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "scalingo";
version = "1.31.0";
version = "1.32.0";
src = fetchFromGitHub {
owner = pname;
repo = "cli";
rev = version;
hash = "sha256-Y162BHTlerTbsRJ1KhT82iBMv+jI7Rq+h8JfBIV0uIs=";
hash = "sha256-kursqM0/HxTnEvrVxEd4YUiIG4I974JKZqkQTqP00ko=";
};
vendorHash = null;