Commit 3d6e7bc3 authored by R. RyanTM's avatar R. RyanTM
Browse files

nhost-cli: 1.29.9 -> 1.31.0

parent 49ccac58
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.29.9";
  version = "1.31.0";

  src = fetchFromGitHub {
    owner = "nhost";
    repo = "cli";
    tag = "v${version}";
    hash = "sha256-9UxB/tshTwMg4K7K0Fs1Ld96ET6Drg77GJgONj4cRmM=";
    hash = "sha256-JMRFvJv/Ynnk0maT27sprTpWjCgGDw0x2sK+woS9uQk=";
  };

  vendorHash = null;