Unverified Commit 5329a4e7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

meteor-git: 0.29.0 -> 0.30.0 (#447325)

parents c4b2eeb6 8e70b73d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "meteor-git";
  version = "0.29.0";
  version = "0.30.0";

  src = fetchFromGitHub {
    owner = "stefanlogue";
    repo = "meteor";
    rev = "v${version}";
    hash = "sha256-T4/SO6GW668w5bskfZbdAFBXiKIS9FXuMXOii8ZfOVc=";
    hash = "sha256-oqfJDIT+4n9ySwmN5DoTvAcEY9wmI/bhVSYFHudMwl0=";
  };

  vendorHash = "sha256-jKd/eJwp5SZvTrP3RN7xT7ibAB0PQondGR3RT+HQXIo=";