File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/ta/tabby-agent Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99} :
1010stdenv . mkDerivation ( finalAttrs : {
1111 pname = "tabby-agent" ;
12- version = "0.22 .0" ;
12+ version = "0.23 .0" ;
1313
1414 src = fetchFromGitHub {
1515 owner = "TabbyML" ;
1616 repo = "tabby" ;
1717 tag = "v${ finalAttrs . version } " ;
18- hash = "sha256-TP0KEGH8w9kdTj5yxCsAn4LRS1gj3Dnz96GA8DDSJJU =" ;
18+ hash = "sha256-VuyfKIfOJ6+LTiNCO/SQMHk81KffF/dUfxMGT2go6RM =" ;
1919 } ;
2020
2121 nativeBuildInputs = [
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
4848
4949 pnpmDeps = pnpm_9 . fetchDeps {
5050 inherit ( finalAttrs ) pname version src ;
51- hash = "sha256-fpzl2w0o5bJhppVUl6vRNqAVQNMPLK0+JX/KYEtUGGA =" ;
51+ hash = "sha256-RMa4fuR6L1BM+QmLsZ7i42jtGAQXkVQvv1hh0lr+Ky8 =" ;
5252 } ;
5353
5454 passthru . updateScript = nix-update-script {
You can’t perform that action at this time.
0 commit comments