From d756ef86407a02a6749cf4231acbc4cbf7448c61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:04:33 -0300 Subject: [PATCH] Bump 20240809-1 (#830) --- flake.lock | 12 +- overlays/default.nix | 2 +- pkgs/distrobox-git/version.json | 6 +- pkgs/extra-cmake-modules-git/version.json | 6 +- pkgs/firefox-nightly/version.json | 4 +- pkgs/gamescope-git/version.json | 6 +- pkgs/jujutsu-git/version.json | 8 +- pkgs/kf6coreaddons-git/version.json | 6 +- pkgs/lan-mouse-git/version.json | 6 +- pkgs/mesa-git/version.json | 6 +- pkgs/niri-git/Cargo.lock | 143 ++++++++++++---------- pkgs/niri-git/pins.json | 2 +- pkgs/niri-git/version.json | 6 +- pkgs/nss-git/version.json | 6 +- pkgs/openmohaa-git/version.json | 6 +- pkgs/sdl-git/version.json | 6 +- pkgs/sway-unwrapped-git/version.json | 6 +- pkgs/wlroots-git/version.json | 6 +- pkgs/zed-editor-git/Cargo.lock | 8 +- pkgs/zed-editor-git/version.json | 6 +- 20 files changed, 136 insertions(+), 121 deletions(-) diff --git a/flake.lock b/flake.lock index e596cc581..d2d17cb6d 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1723098624, - "narHash": "sha256-TFg+lq7pHgCnsB4nRmMeTxSnZXHvzYJ2IHyEiw8zEF8=", + "lastModified": 1723185066, + "narHash": "sha256-u7guFfIrfspwUp6/SEWCDhs2tVoE1fcgft0Fw7LdNEU=", "owner": "nix-community", "repo": "fenix", - "rev": "d6022ac563f2f48d8eeff89ca3589c8adc5235f6", + "rev": "d5f1b280af93acddbcce948d946bb5db2f8035fe", "type": "github" }, "original": { @@ -143,11 +143,11 @@ "rust-analyzer-src": { "flake": false, "locked": { - "lastModified": 1723042912, - "narHash": "sha256-Ff4nCgmlSWVOMvRVVf6gTYgmZjGw9EjIFHG0aUFg+D8=", + "lastModified": 1723124382, + "narHash": "sha256-WdJYEBlc8qsif+y4qnkjaeEpDmOZhz8qA6i/2n1q2kw=", "owner": "rust-lang", "repo": "rust-analyzer", - "rev": "935883fd826c46e7e7e6de19cf24377c21f1b2ba", + "rev": "dab022fb3127466e47e29e40769b11174b3e0ac3", "type": "github" }, "original": { diff --git a/overlays/default.nix b/overlays/default.nix index 765e1648a..ca98f0990 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -51,7 +51,7 @@ let if (fenix == null) then final.rustPlatform else let - toolchain = fenix.packages.${final.system}.latest.toolchain; + inherit (fenix.packages.${final.system}.latest) toolchain; in final.makeRustPlatform { cargo = toolchain; diff --git a/pkgs/distrobox-git/version.json b/pkgs/distrobox-git/version.json index 9b01ef54c..3780b1dec 100644 --- a/pkgs/distrobox-git/version.json +++ b/pkgs/distrobox-git/version.json @@ -1,5 +1,5 @@ { - "version": "unstable-20240703183303-4c38d6b", - "rev": "4c38d6b3f9bc833e58a435471158935824727805", - "hash": "sha256-FAqe9vFEaRLViAFscnWPwHLH7oCDqOsZJuSXLMwvlAk=" + "version": "unstable-20240809091620-c05b6a4", + "rev": "c05b6a43769bfa56d572a457f1420e0e2589fe3b", + "hash": "sha256-qIrigSYhpwLbPAjxwqfjteaUIxG3zJaG4yCUSluLbkE=" } diff --git a/pkgs/extra-cmake-modules-git/version.json b/pkgs/extra-cmake-modules-git/version.json index d3ee91a15..95377ebf4 100644 --- a/pkgs/extra-cmake-modules-git/version.json +++ b/pkgs/extra-cmake-modules-git/version.json @@ -1,5 +1,5 @@ { - "version": "unstable-20240728115116-54646d3", - "rev": "54646d3b5dd8d1112d8be370bd34a3fc63ab067a", - "hash": "sha256-MHj9yfQ7XVAgHDoJ9w+kYxIL2VzqB3s1C8QPZ6N0NrQ=" + "version": "unstable-20240808093218-f284b5f", + "rev": "f284b5fcd9046d2ac780c660723893f6f881ddc1", + "hash": "sha256-buMGP0peVOiZNOb2fqAREdg6g0LUPTVa23Oi3Op/F+k=" } diff --git a/pkgs/firefox-nightly/version.json b/pkgs/firefox-nightly/version.json index 4177680a7..52f99dfe0 100644 --- a/pkgs/firefox-nightly/version.json +++ b/pkgs/firefox-nightly/version.json @@ -1,5 +1,5 @@ { "version": "131.0a1", - "rev": "9ada5eb4bcb548c5fcb6621ddaef3a4f17933da9", - "hash": "sha256-csK0j+fEkJL4aqlQU2wMdbn+TmtnW38Z9rNyMB6l8D4=" + "rev": "7742b23a126df264dec9eff7c299afe33c6ca74f", + "hash": "sha256-kLpq7AAKC+BfFLfC/Zcgc9JXcui8J7WtdIZ1vG9g3tQ=" } diff --git a/pkgs/gamescope-git/version.json b/pkgs/gamescope-git/version.json index 16421f2ff..0188ce786 100644 --- a/pkgs/gamescope-git/version.json +++ b/pkgs/gamescope-git/version.json @@ -1,5 +1,5 @@ { - "version": "unstable-20240807045837-4ccc664", - "rev": "4ccc6647815101549a3a8909038efb00488c10f4", - "hash": "sha256-0dE98/Tr1yDPEvQ/n/44i3sv78lXp/rnnIKalKHIxUY=" + "version": "unstable-20240809091725-db245f3", + "rev": "db245f3963e5ee27ed41acdf4a50c65d6ed38932", + "hash": "sha256-q3HEbFqUeNczKYUlou+quxawCTjpM5JNLrML84tZVYE=" } diff --git a/pkgs/jujutsu-git/version.json b/pkgs/jujutsu-git/version.json index a00a588b9..5d28321e9 100644 --- a/pkgs/jujutsu-git/version.json +++ b/pkgs/jujutsu-git/version.json @@ -1,6 +1,6 @@ { - "version": "unstable-20240807015144-7bdb28f", - "rev": "7bdb28f1fe6e4aebf9b0be9adfe6730d1f24c10a", - "hash": "sha256-88MR8XNjkUAQEn56b5NSlNohrU9LnX0dFiKD7QQtQyU=", - "cargoHash": "sha256-5F4TXm9IRBqE/qg1x9Ryxa4QbkZwtH5XdJl2UPwOGvY=" + "version": "unstable-20240808164424-2053340", + "rev": "205334098a23dd188906702695404d1b01a97222", + "hash": "sha256-IzAQS+lNdv5YrhfAUgwg/5BdXKIuPfKiqtWa0NQwhs8=", + "cargoHash": "sha256-26yhxcANUcu6roUC82Axwf6X8XmQyv/dUyLHriR2D9s=" } diff --git a/pkgs/kf6coreaddons-git/version.json b/pkgs/kf6coreaddons-git/version.json index 2aaead374..51367589f 100644 --- a/pkgs/kf6coreaddons-git/version.json +++ b/pkgs/kf6coreaddons-git/version.json @@ -1,5 +1,5 @@ { - "version": "unstable-20240802105349-c5f1490", - "rev": "c5f14907b36ae294a71df1bbde95bfc517d12efb", - "hash": "sha256-YQ9nnBthJgY6G7t6DDCaJkTbDf5mr9uBWd6KmW+NvMg=" + "version": "unstable-20240809105621-77deb3e", + "rev": "77deb3eb646c8a7f8924026253ccdc0b298a1ff7", + "hash": "sha256-dcNRES+qYFe0vrYqMYja+n+1GQfzxDrQ//8ZM00G1IY=" } diff --git a/pkgs/lan-mouse-git/version.json b/pkgs/lan-mouse-git/version.json index 52584a85b..2ac780402 100644 --- a/pkgs/lan-mouse-git/version.json +++ b/pkgs/lan-mouse-git/version.json @@ -1,6 +1,6 @@ { - "version": "unstable-20240806144632-8f7890c", - "rev": "8f7890c9bec7e39aa100972c0d01d5b31f7e1c5a", - "hash": "sha256-BKLLYuFAHEApKy9TyxUfI1ub9EVSqr54Ub4aBWucyAg=", + "version": "unstable-20240808113304-0965676", + "rev": "096567640cfe8ac2e1508c2367e83ec288da730b", + "hash": "sha256-4dS7HjjCljjjuIWVPdgSXRYQbiHVS3j0VYB5eiWPbag=", "cargoHash": "sha256-pDdpmZPaClU8KjFHO7v3FDQp9D83GQN+SnFg53q2fjs=" } diff --git a/pkgs/mesa-git/version.json b/pkgs/mesa-git/version.json index 2d2a11409..ecbd7dcde 100644 --- a/pkgs/mesa-git/version.json +++ b/pkgs/mesa-git/version.json @@ -1,5 +1,5 @@ { - "version": "unstable-20240807094325-b6d8459", - "rev": "b6d8459e3a0b630b5f4365a2df0974381ada82cc", - "hash": "sha256-yZ+C7kaN8bDbR/oXKCpVFB5uCfzJIM0b2FG4HI0oEw4=" + "version": "unstable-20240809072008-b6f4f64", + "rev": "b6f4f64b4335a33c8fafe975829b77d8679f320a", + "hash": "sha256-8fu5HOsboXPeas8uEM69rXde1c4kfAhtn5H2poZQS4k=" } diff --git a/pkgs/niri-git/Cargo.lock b/pkgs/niri-git/Cargo.lock index 09b93e196..c91e9e429 100644 --- a/pkgs/niri-git/Cargo.lock +++ b/pkgs/niri-git/Cargo.lock @@ -486,9 +486,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bytemuck" -version = "1.16.1" +version = "1.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e" +checksum = "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83" dependencies = [ "bytemuck_derive", ] @@ -512,9 +512,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.1" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "cairo-rs" @@ -583,9 +583,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.6" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f" +checksum = "504bdec147f2cc13c8b57ed9401fd8a147cc66b67ad5cb241394244f2c947549" dependencies = [ "jobserver", "libc", @@ -660,9 +660,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.18" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c" +checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc" dependencies = [ "clap_builder", "clap_derive", @@ -670,9 +670,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.18" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7" +checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99" dependencies = [ "anstream", "anstyle", @@ -682,11 +682,11 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.4.7" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" +checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.72", @@ -694,9 +694,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.6.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" +checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" [[package]] name = "colorchoice" @@ -827,9 +827,9 @@ dependencies = [ [[package]] name = "csscolorparser" -version = "0.6.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf" +checksum = "46f9a16a848a7fb95dd47ce387ac1ee9a6df879ba784b815537fcd388a1a8288" dependencies = [ "phf", ] @@ -1113,9 +1113,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" +checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920" dependencies = [ "crc32fast", "miniz_oxide", @@ -1702,9 +1702,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.6" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" +checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0" dependencies = [ "equivalent", "hashbrown", @@ -2379,20 +2379,20 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" +checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" dependencies = [ "num_enum_derive", ] [[package]] name = "num_enum_derive" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" +checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", "syn 2.0.72", @@ -2632,9 +2632,9 @@ dependencies = [ [[package]] name = "object" -version = "0.36.2" +version = "0.36.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e" +checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9" dependencies = [ "memchr", ] @@ -2662,9 +2662,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "4.2.1" +version = "4.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ff2cf528c6c03d9ed653d6c4ce1dc0582dc4af309790ad92f07c1cd551b0be" +checksum = "4a91171844676f8c7990ce64959210cd2eaef32c2612c50f9fae9f8aaa6065a6" dependencies = [ "num-traits", ] @@ -2952,9 +2952,12 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.17" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" +checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +dependencies = [ + "zerocopy", +] [[package]] name = "pretty_assertions" @@ -3169,9 +3172,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.5" +version = "1.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" +checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" dependencies = [ "aho-corasick", "memchr", @@ -3342,18 +3345,18 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" -version = "1.0.204" +version = "1.0.205" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" +checksum = "e33aedb1a7135da52b7c21791455563facbbcc43d0f0f66165b42c21b3dfb150" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.204" +version = "1.0.205" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" +checksum = "692d6f5ac90220161d6774db30c662202721e64aed9058d2c394f451261420c1" dependencies = [ "proc-macro2", "quote", @@ -3373,11 +3376,12 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.120" +version = "1.0.122" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5" +checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] @@ -3473,7 +3477,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/Smithay/smithay.git#de94e8f59e202b605c35dfe1fef1857bad427e8c" +source = "git+https://github.com/Smithay/smithay.git#e7f08570bceab6107863267ae168d0afb018e8f5" dependencies = [ "appendlist", "bitflags 2.6.0", @@ -3547,7 +3551,7 @@ dependencies = [ [[package]] name = "smithay-drm-extras" version = "0.1.0" -source = "git+https://github.com/Smithay/smithay.git#de94e8f59e202b605c35dfe1fef1857bad427e8c" +source = "git+https://github.com/Smithay/smithay.git#e7f08570bceab6107863267ae168d0afb018e8f5" dependencies = [ "drm", "edid-rs", @@ -3580,9 +3584,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "strsim" -version = "0.10.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "supports-color" @@ -3662,9 +3666,9 @@ dependencies = [ [[package]] name = "target-lexicon" -version = "0.12.15" +version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2" +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tauri-winrt-notification" @@ -3678,14 +3682,15 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.10.1" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" dependencies = [ "cfg-if", "fastrand 2.1.0", + "once_cell", "rustix 0.38.34", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3785,21 +3790,21 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "toml" -version = "0.8.16" +version = "0.8.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81967dd0dd2c1ab0bc3468bd7caecc32b8a4aa47d0c8c695d8c2b2108168d62c" +checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.17", + "toml_edit 0.22.20", ] [[package]] name = "toml_datetime" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8fb9f64314842840f1d940ac544da178732128f1c78c21772e876579e0da1db" +checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" dependencies = [ "serde", ] @@ -3828,15 +3833,15 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.17" +version = "0.22.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d9f8729f5aea9562aac1cc0441f5d6de3cff1ee0c5d67293eeca5eb36ee7c16" +checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" dependencies = [ "indexmap", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.16", + "winnow 0.6.18", ] [[package]] @@ -4314,11 +4319,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4437,6 +4442,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + [[package]] name = "windows-targets" version = "0.42.2" @@ -4677,9 +4691,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.6.16" +version = "0.6.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b480ae9340fc261e6be3e95a1ba86d54ae3f9171132a73ce8d4bbaf68339507c" +checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" dependencies = [ "memchr", ] @@ -4764,9 +4778,9 @@ checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" [[package]] name = "xml-rs" -version = "0.8.20" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193" +checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601" [[package]] name = "xshell" @@ -4870,6 +4884,7 @@ version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ + "byteorder", "zerocopy-derive", ] diff --git a/pkgs/niri-git/pins.json b/pkgs/niri-git/pins.json index 852087309..0c97dbe61 100644 --- a/pkgs/niri-git/pins.json +++ b/pkgs/niri-git/pins.json @@ -1,4 +1,4 @@ { - "smithay-0.3.0": "sha256-QlcvpRuy07k+Yf2b9Pm+52ToOEhuBbit4sxL/qq+8po=", + "smithay-0.3.0": "sha256-puo6xbWRTIco8luz3Jz83VXoRMkyb0ZH7kKHGlTzS5Q=", "libspa-0.8.0": "sha256-R68TkFbzDFA/8Btcar+0omUErLyBMm4fsmQlCvfqR9o=" } diff --git a/pkgs/niri-git/version.json b/pkgs/niri-git/version.json index 4c55ce2fa..c83a0764e 100644 --- a/pkgs/niri-git/version.json +++ b/pkgs/niri-git/version.json @@ -1,5 +1,5 @@ { - "version": "unstable-20240806151743-1cf5cfc", - "rev": "1cf5cfce064ba9926b9777df34cb5a4add0e1f64", - "hash": "sha256-GfVC9YmqvOQTy4Q2gAjqPZOOeOmrEQ/jZ9jP9Eac8eQ=" + "version": "unstable-20240808122606-2983eb3", + "rev": "2983eb31135b9eda269fd7fc1157a66607448b70", + "hash": "sha256-BP6ECfPHfeasFkXlEr07CcUHvppSb10bgAMzuRe4wAs=" } diff --git a/pkgs/nss-git/version.json b/pkgs/nss-git/version.json index 6adea5c53..3db37d691 100644 --- a/pkgs/nss-git/version.json +++ b/pkgs/nss-git/version.json @@ -1,5 +1,5 @@ { - "version": "unstable-20240802162310-6312de8", - "rev": "6312de812b7164aba50ff219f47b2f54bbbde236", - "hash": "sha256-2s78T9ZurH6vRJPk1p61Obboq96OuhcMSbn2FpKTW2k=" + "version": "unstable-20240807151406-08b3634", + "rev": "08b36342794aa73d1ea7d34a377ba8de88161134", + "hash": "sha256-ZYOStJwKWx5FhGF07QWLxmD1U4Yz26k/Y0t+InPVgB8=" } diff --git a/pkgs/openmohaa-git/version.json b/pkgs/openmohaa-git/version.json index 9625a1e9c..dfc7db5c3 100644 --- a/pkgs/openmohaa-git/version.json +++ b/pkgs/openmohaa-git/version.json @@ -1,5 +1,5 @@ { - "version": "unstable-20240805214117-434aaf3", - "rev": "434aaf3eafee3917f11e51c4389a74b60d345877", - "hash": "sha256-B7jCwFTllouUkJwpvzOQsD9Q/OC3QBG5F9dU9ZprcBU=" + "version": "unstable-20240808184400-513fe77", + "rev": "513fe7773f0629b70c78bb64024091be7b671ebb", + "hash": "sha256-UYLduT5LlH53mMDy/h1NCSNKyzHYg61SReSncWmN/O8=" } diff --git a/pkgs/sdl-git/version.json b/pkgs/sdl-git/version.json index 5d0f5eccd..a2c621475 100644 --- a/pkgs/sdl-git/version.json +++ b/pkgs/sdl-git/version.json @@ -1,5 +1,5 @@ { - "version": "unstable-20240807095022-7b97fd3", - "rev": "7b97fd3b4458bc7c43f14738eda98d77503851b2", - "hash": "sha256-UhKmsigw/HkCpD+GuAFr08AMTFEGaKL66ewPunc1bHc=" + "version": "unstable-20240808220537-4cc3410", + "rev": "4cc3410dce50cefce98d3cf3cf1bc8eca83b862a", + "hash": "sha256-k4rPqsOwe1cSMo5N9aQzMU6mcaStxiNxXFE76UoIbWE=" } diff --git a/pkgs/sway-unwrapped-git/version.json b/pkgs/sway-unwrapped-git/version.json index 3d19e5663..6c0ac5142 100644 --- a/pkgs/sway-unwrapped-git/version.json +++ b/pkgs/sway-unwrapped-git/version.json @@ -1,5 +1,5 @@ { - "version": "unstable-20240806181859-05e895c", - "rev": "05e895c4638293a6bfe594ff0cae4eaab63b740e", - "hash": "sha256-RiPK3pKJoZHUmeLmhSFp26ehlqv99RIUxIFSunmvv+U=" + "version": "unstable-20240807205813-951a22c", + "rev": "951a22c2445f5c32b831bac0db86869627940402", + "hash": "sha256-67A7lxcxpFk2OUpiMQddJQuAh7abAQIm/r1YGAhBpI8=" } diff --git a/pkgs/wlroots-git/version.json b/pkgs/wlroots-git/version.json index 48eb1259a..302207996 100644 --- a/pkgs/wlroots-git/version.json +++ b/pkgs/wlroots-git/version.json @@ -1,5 +1,5 @@ { - "version": "unstable-20240806225308-8730ca9", - "rev": "8730ca9661eaaab83954bca033745b65c60cf4f8", - "hash": "sha256-HTf00IN14LacmFM1nERGw6RtGf6yVxcgl7HFlxbThes=" + "version": "unstable-20240808170008-0a388a1", + "rev": "0a388a14f1e1678d9b2c368fd14be7c9a9726a53", + "hash": "sha256-ong5/EKlLuIxjWRP/Xda3Nk87+CyLhviL+Jyyw06DgA=" } diff --git a/pkgs/zed-editor-git/Cargo.lock b/pkgs/zed-editor-git/Cargo.lock index 7e858ef43..2f391b216 100644 --- a/pkgs/zed-editor-git/Cargo.lock +++ b/pkgs/zed-editor-git/Cargo.lock @@ -7499,9 +7499,9 @@ checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" [[package]] name = "parking_lot" -version = "0.12.1" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", "parking_lot_core", @@ -8059,9 +8059,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.81" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" +checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" dependencies = [ "unicode-ident", ] diff --git a/pkgs/zed-editor-git/version.json b/pkgs/zed-editor-git/version.json index bf548e23f..a82382477 100644 --- a/pkgs/zed-editor-git/version.json +++ b/pkgs/zed-editor-git/version.json @@ -1,5 +1,5 @@ { - "version": "unstable-20240808121146-793cd88", - "rev": "793cd88792be70c5210c49da48c8b5f3db1a1b2a", - "hash": "sha256-5a6bbSpSOKumbd3v5csCFQbFTBdDL+voCvQvkgmtZhI=" + "version": "unstable-20240809103226-19d8422", + "rev": "19d84229337da3386693c01061471b014f4d3e8a", + "hash": "sha256-W0cM+ap2jsZjshmDhPYDtaU7F+hspS3Ks95MeRdh/1w=" }