chore(nix): bump packaging to 0.5.42

Co-authored-by: juve <juevmail8@gmail.com>
This commit is contained in:
juve 2026-07-01 13:58:06 +08:00 committed by GitHub
parent d88e1b1e6a
commit 5cd1320011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -48,11 +48,11 @@
]
},
"locked": {
"lastModified": 1782789458,
"narHash": "sha256-CR55gKCChD9ffN1Ag5az20Z3RD4tylHlcM1SSohkMA8=",
"lastModified": 1782875958,
"narHash": "sha256-5eqDcnBjb1424HRQdnhuhNOBZguq1Z2tqSa2OMF/m2c=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "067959ef838c440558ca519cf08ca87f43c3db3a",
"rev": "13139aefa973f3d96c60c0fbab801de058ae25ca",
"type": "github"
},
"original": {

View File

@ -165,7 +165,7 @@
# ------------------------------------------------------------------ #
packages.dbx-desktop = pkgs.stdenv.mkDerivation (finalAttrs: {
pname = "dbx-desktop";
version = "0.5.41";
version = "0.5.42";
src = pkgs.lib.cleanSource ./.;
@ -178,7 +178,7 @@
fetcherVersion = 3;
# Replace with the correct hash after the first failed build:
# nix build .#dbx-desktop 2>&1 | grep 'got:'
hash = "sha256-xB+W15S5fnWMc5YTfTVKDG3v3jfvsV/gYd9Dfoo2fKk=";
hash = "sha256-08cWt9V2co0/Qij1rX380Z+7tp16HdL6aF8YaGcJvyU=";
};
# ── Step 2: vendor Cargo dependencies ───────────────────────────── #