Update di-tui/ess versions

This commit is contained in:
Adriano Caloiaro 2024-01-18 10:42:36 -07:00
parent 2f90022ec0
commit a31f3f1e18
No known key found for this signature in database
GPG key ID: C2BC56DE73CE3F75
2 changed files with 10 additions and 10 deletions

View file

@ -75,16 +75,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705368285, "lastModified": 1705595864,
"narHash": "sha256-sDoMDIcud+NOoun+OTWY+ES4k+DA05VrKiLPqnFQa/s=", "narHash": "sha256-e/XwB3n/rupwyAbAY3/TTi8GXCf+5Osq5UKV9kU8NnE=",
"owner": "acaloiaro", "owner": "acaloiaro",
"repo": "di-tui", "repo": "di-tui",
"rev": "d9cc81dbc5e8c125b259b472cf3c33f4bef2274f", "rev": "3704828d45686bb1ecd0c6b1f9599f8432b58d65",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "acaloiaro", "owner": "acaloiaro",
"ref": "v1.3.35", "ref": "v1.5.0",
"repo": "di-tui", "repo": "di-tui",
"type": "github" "type": "github"
} }
@ -98,16 +98,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705361475, "lastModified": 1705597355,
"narHash": "sha256-8OiveWqDo5lcFDXIji6CTXTDx6g4F0NdnDxyVx6iPqI=", "narHash": "sha256-xfch1HV5pEEnT+vpcSV6zzOgO0/XWTeacwDXVCdR7KM=",
"owner": "acaloiaro", "owner": "acaloiaro",
"repo": "ess", "repo": "ess",
"rev": "d09e07247cc123dd2761d70a766c437bb256b42f", "rev": "a521398df20ddb8918a8a6ef8c33f58878b033bc",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "acaloiaro", "owner": "acaloiaro",
"ref": "v2.8.0", "ref": "v2.9.0",
"repo": "ess", "repo": "ess",
"type": "github" "type": "github"
} }

View file

@ -24,12 +24,12 @@
}; };
inputs.ess = { inputs.ess = {
url = "github:acaloiaro/ess/v2.8.0"; url = "github:acaloiaro/ess/v2.9.0";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
inputs.di-tui = { inputs.di-tui = {
url = "github:acaloiaro/di-tui/v1.3.35"; url = "github:acaloiaro/di-tui/v1.5.0";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };