Unverified Commit 84755730 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

tabby-agent: 0.30.1 -> 0.30.2 (#431790)

parents 1636ea30 59bf320c
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 = [