update to version 4.1.0

This commit is contained in:
lelgenio 2023-12-17 18:58:21 -03:00
parent d569503c94
commit 2ed6515b27
3 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
result result
DZGUI_DEBUG.log

View file

@ -3,11 +3,11 @@
"dzgui": { "dzgui": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1692283637, "lastModified": 1702780245,
"narHash": "sha256-bObVQHKfJdpot895dhEMDbuWYgRVSXiyKKGVk6PPU7k=", "narHash": "sha256-cdW5LN2Q7eYW8xIqKPQfeYPd7e6VdJGaoA9NMHesCrE=",
"owner": "aclist", "owner": "aclist",
"repo": "dztui", "repo": "dztui",
"rev": "2e992f0d9bb60451cba221dd1ddc50b49386b00e", "rev": "28323f3edb8fa747dc559d1939ccdd7729e4e3a1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -18,16 +18,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1691592289, "lastModified": 1702539185,
"narHash": "sha256-Lqpw7lrXlLkYra33tp57ms8tZ0StWhbcl80vk4D90F8=", "narHash": "sha256-KnIRG5NMdLIpEkZTnN5zovNYc0hhXjAgv6pfd5Z4c7U=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9034b46dc4c7596a87ab837bb8a07ef2d887e8c7", "rev": "aa9d4729cbc99dabacb50e3994dcefb3ea0f7447",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "release-23.05", "ref": "nixpkgs-unstable",
"type": "indirect" "type": "indirect"
} }
}, },

View file

@ -1,7 +1,7 @@
{ {
description = "DayZ TUI/GUI server browser"; description = "DayZ TUI/GUI server browser";
inputs = { inputs = {
nixpkgs.url = "nixpkgs/release-23.05"; nixpkgs.url = "nixpkgs/nixpkgs-unstable";
dzgui = { dzgui = {
url = "github:aclist/dztui"; url = "github:aclist/dztui";
flake = false; flake = false;