Unverified Commit b1d47989 authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

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

scalingo: 1.30.1 -> 1.31.0
parents e121b228 ff2505fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;