Commit 3861c423 authored by R. RyanTM's avatar R. RyanTM
Browse files

nhost-cli: 1.28.2 -> 1.28.3

parent 5408294b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "nhost-cli";
  version = "1.28.2";
  version = "1.28.3";

  src = fetchFromGitHub {
    owner = "nhost";
    repo = "cli";
    tag = "v${version}";
    hash = "sha256-MnsF4/TCl3AwBsYkT6eMLyjKY+7WcRpXT0fl8hdP/pA=";
    hash = "sha256-RLWS7/SI2duolOdXKEKCpZHGne+Cl6ALLOznrvAUd6Q=";
  };

  vendorHash = null;