Commit 244ed365 authored by R. RyanTM's avatar R. RyanTM
Browse files

scalingo: 1.32.0 -> 1.33.0

parent 625941e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "scalingo";
  version = "1.32.0";
  version = "1.33.0";

  src = fetchFromGitHub {
    owner = pname;
    repo = "cli";
    rev = version;
    hash = "sha256-kursqM0/HxTnEvrVxEd4YUiIG4I974JKZqkQTqP00ko=";
    hash = "sha256-7hb1RU33wGeSESxY16pYJfQ2O3QOT92Em6jlh8oP/Zc=";
  };

  vendorHash = null;