Commit 505acabc authored by R. RyanTM's avatar R. RyanTM
Browse files

gcli: 2.10.0 -> 2.11.0

parent 7d1d8357
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "gcli";
  version = "2.10.0";
  version = "2.11.0";

  src = fetchFromGitHub {
    owner = "herrhotzenplotz";
    repo = "gcli";
    rev = "v${version}";
    hash = "sha256-2L6/ZYxRY2xrTxr/oD02xCRqdk7VWrPlFwr8wU8C2x8=";
    hash = "sha256-KTXAmwLTOGvFlJ52w6PplVlF72CC5JJheGlhJirh2+I=";
  };

  nativeBuildInputs = [