nix: update lockfile + add date to types
This commit is contained in:
parent
f281e5d7d3
commit
8db4f89b55
|
@ -22,11 +22,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1736896882,
|
"lastModified": 1738200090,
|
||||||
"narHash": "sha256-XZapURopVMoLgwq6Bo2DJKbMuh4HMRrijTozrz8KPiY=",
|
"narHash": "sha256-Pod1QURdjB2BMujrkhmmSOWSdebgt1mwEG5iLT+n4AI=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "958056b56cd857151ea0d514a33b7892aa207e8e",
|
"rev": "fb326e0e9c66b30874d63bfe53eaf2176fbba1f1",
|
||||||
"revCount": 459,
|
"revCount": 481,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.outfoxxed.me/quickshell/quickshell"
|
"url": "https://git.outfoxxed.me/quickshell/quickshell"
|
||||||
},
|
},
|
||||||
|
|
|
@ -80,6 +80,11 @@
|
||||||
"cname": "QSize",
|
"cname": "QSize",
|
||||||
"module": null
|
"module": null
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "date",
|
||||||
|
"cname": "QDateTime",
|
||||||
|
"module": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "QtObject",
|
"name": "QtObject",
|
||||||
"cname": "QObject",
|
"cname": "QObject",
|
||||||
|
|
Loading…
Reference in a new issue