Commit 59bf320c authored by R. RyanTM's avatar R. RyanTM
Browse files

tabby-agent: 0.30.1 -> 0.30.2

parent a904e156
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "tabby-agent";
  version = "0.30.1";
  version = "0.30.2";

  src = fetchFromGitHub {
    owner = "TabbyML";
    repo = "tabby";
    tag = "v${finalAttrs.version}";
    hash = "sha256-daKT/1d6O1ZPbdvVoG7Kj3T7wG3gYvg8wblvO0Ec+3M=";
    hash = "sha256-qg9DcIjsXan6SQY5y+Df4vtAjv6kHNfVVXXUvdCYrRQ=";
  };

  nativeBuildInputs = [