nix: update lockfile + add size type
This commit is contained in:
parent
9e32a07b3b
commit
f281e5d7d3
|
@ -22,11 +22,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1736070933,
|
"lastModified": 1736896882,
|
||||||
"narHash": "sha256-Idv8z3ZgaZmibM/V/vv6TW9zaI+4kk2YjJ8bmc/EIVw=",
|
"narHash": "sha256-XZapURopVMoLgwq6Bo2DJKbMuh4HMRrijTozrz8KPiY=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "761d99d644d42bc6de7a510bbaf8c5ab970605d8",
|
"rev": "958056b56cd857151ea0d514a33b7892aa207e8e",
|
||||||
"revCount": 451,
|
"revCount": 459,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.outfoxxed.me/quickshell/quickshell"
|
"url": "https://git.outfoxxed.me/quickshell/quickshell"
|
||||||
},
|
},
|
||||||
|
|
|
@ -75,6 +75,11 @@
|
||||||
"cname": "QColor",
|
"cname": "QColor",
|
||||||
"module": null
|
"module": null
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"cname": "QSize",
|
||||||
|
"module": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "QtObject",
|
"name": "QtObject",
|
||||||
"cname": "QObject",
|
"cname": "QObject",
|
||||||
|
|
Loading…
Reference in a new issue