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

scalingo: 1.29.1 -> 1.30.0
This commit is contained in:
Mario Rodas 2023-12-26 15:58:59 -05:00 committed by GitHub
commit 980a4446b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "scalingo";
version = "1.29.1";
version = "1.30.0";
src = fetchFromGitHub {
owner = pname;
repo = "cli";
rev = version;
hash = "sha256-xBf+LIwlpauJd/0xJIQdfEa0rxph3BJPuMY4+0s+Bb4=";
hash = "sha256-vgkVxQK18RBIhhL9gyuH9kmCueJFDZByhy0FE4JuVO8=";
};
vendorHash = null;