diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb3e68f..295d9dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added ### Removed ### Changed -- Update dependencies to Holochain v0.4.0-rc.0 +- Update dependencies to Holochain v0.5.0-dev.0 ### Fixed ## 2024-10-02: v0.17.0-dev.6 diff --git a/Cargo.lock b/Cargo.lock index 921be681..2a9ce8b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1146,14 +1146,14 @@ dependencies = [ [[package]] name = "hdi" -version = "0.5.0-rc.0" +version = "0.6.0-dev.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60c3e7a067ee10f42db15bee27fb44482f93a43ff2b131fee31ac4fd8f49ccc2" +checksum = "6c8af78e9b24538f22e7b10e9bd933d0ea3f77618a77b1011333aac6947b26b3" dependencies = [ "getrandom", "hdk_derive", - "holo_hash", - "holochain_integrity_types", + "holo_hash 0.5.0-dev.0", + "holochain_integrity_types 0.5.0-dev.0", "holochain_wasmer_guest", "paste", "serde", @@ -1164,16 +1164,16 @@ dependencies = [ [[package]] name = "hdk" -version = "0.4.0-rc.0" +version = "0.5.0-dev.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5d9305ed14e2dba02088e89a65d44294a701e35f715c9cd8692b70299666e86" +checksum = "173945f0aa24fb566921a6b36c9c148217f35e00dd185c98f793e9b1580104d1" dependencies = [ "getrandom", "hdi", "hdk_derive", - "holo_hash", + "holo_hash 0.5.0-dev.0", "holochain_wasmer_guest", - "holochain_zome_types", + "holochain_zome_types 0.5.0-dev.0", "paste", "serde", "serde_bytes", @@ -1184,13 +1184,13 @@ dependencies = [ [[package]] name = "hdk_derive" -version = "0.4.0-rc.0" +version = "0.5.0-dev.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4103bbeaec462f7f0643a418823dad035ed8e108d6d36322d6544f7565b5dbf5" +checksum = "6b0f3a32de97f3729ef6d1e47a9f8d589b46820dcdd356581c39fb44820ace1c" dependencies = [ "darling 0.14.4", "heck 0.5.0", - "holochain_integrity_types", + "holochain_integrity_types 0.5.0-dev.0", "paste", "proc-macro-error", "proc-macro2 1.0.87", @@ -1252,9 +1252,9 @@ dependencies = [ "fixt", "futures", "holochain_serialized_bytes", - "holochain_util", + "holochain_util 0.4.0-rc.0", "holochain_wasmer_common", - "kitsune_p2p_dht_arc", + "kitsune_p2p_dht_arc 0.4.0-rc.0", "must_future", "rand", "rusqlite", @@ -1263,6 +1263,24 @@ dependencies = [ "thiserror", ] +[[package]] +name = "holo_hash" +version = "0.5.0-dev.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5dc048798bbb36c18131b96200a8fc506f11516c9ba3db2b9f1ad0cca3d6ea4" +dependencies = [ + "base64 0.22.1", + "blake2b_simd", + "derive_more", + "holochain_serialized_bytes", + "holochain_util 0.5.0-dev.0", + "holochain_wasmer_common", + "kitsune_p2p_dht_arc 0.5.0-dev.0", + "serde", + "serde_bytes", + "thiserror", +] + [[package]] name = "holochain_conductor_api" version = "0.4.0-rc.0" @@ -1270,13 +1288,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ded20913f3762de61e52e86de769a19da49d55d7ab606f10002cbb44fd67784" dependencies = [ "derive_more", - "holo_hash", + "holo_hash 0.4.0-rc.0", "holochain_keystore", "holochain_serialized_bytes", "holochain_state_types", "holochain_types", - "holochain_zome_types", - "kitsune_p2p_bin_data", + "holochain_zome_types 0.4.0-rc.0", + "kitsune_p2p_bin_data 0.4.0-rc.0", "kitsune_p2p_types", "nanoid", "serde", @@ -1294,11 +1312,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55fd6b8aa759be57a51c6af632d81e50e3200ac10d38dd35e094c1ed957591b9" dependencies = [ "derive_builder", - "holo_hash", - "holochain_secure_primitive", + "holo_hash 0.4.0-rc.0", + "holochain_secure_primitive 0.4.0-rc.0", "holochain_serialized_bytes", - "holochain_util", - "kitsune_p2p_timestamp", + "holochain_util 0.4.0-rc.0", + "kitsune_p2p_timestamp 0.4.0-rc.0", "serde", "serde_bytes", "subtle", @@ -1306,6 +1324,23 @@ dependencies = [ "tracing", ] +[[package]] +name = "holochain_integrity_types" +version = "0.5.0-dev.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd1a86905cce3b389c6d3424aae96045f62d72cf03ef863603176c883ff2e675" +dependencies = [ + "holo_hash 0.5.0-dev.0", + "holochain_secure_primitive 0.5.0-dev.0", + "holochain_serialized_bytes", + "holochain_util 0.5.0-dev.0", + "kitsune_p2p_timestamp 0.5.0-dev.0", + "serde", + "serde_bytes", + "subtle", + "tracing", +] + [[package]] name = "holochain_keystore" version = "0.4.0-rc.0" @@ -1315,11 +1350,11 @@ dependencies = [ "base64 0.22.1", "derive_more", "futures", - "holo_hash", - "holochain_secure_primitive", + "holo_hash 0.4.0-rc.0", + "holochain_secure_primitive 0.4.0-rc.0", "holochain_serialized_bytes", - "holochain_util", - "holochain_zome_types", + "holochain_util 0.4.0-rc.0", + "holochain_zome_types 0.4.0-rc.0", "kitsune_p2p_types", "lair_keystore", "must_future", @@ -1342,8 +1377,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1e9d716254b6d1eba405b5fc0f09dc8d4260482fa06dbe98a4c610b38fd83de" dependencies = [ "getrandom", - "holochain_secure_primitive", - "kitsune_p2p_timestamp", + "holochain_secure_primitive 0.4.0-rc.0", + "kitsune_p2p_timestamp 0.4.0-rc.0", +] + +[[package]] +name = "holochain_nonce" +version = "0.5.0-dev.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ddfd5d439236f7851cafbb50675cc21b4e5bacc97b0940e0afbeb06ffd88e92" +dependencies = [ + "getrandom", + "holochain_secure_primitive 0.5.0-dev.0", + "kitsune_p2p_timestamp 0.5.0-dev.0", ] [[package]] @@ -1357,6 +1403,17 @@ dependencies = [ "subtle", ] +[[package]] +name = "holochain_secure_primitive" +version = "0.5.0-dev.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82afd5d62bfd82248770c4e8a81af26a3f5f95950b87273e5e0e36c98140bc33" +dependencies = [ + "paste", + "serde", + "subtle", +] + [[package]] name = "holochain_serialized_bytes" version = "0.0.55" @@ -1396,15 +1453,15 @@ dependencies = [ "futures", "getrandom", "hc_r2d2_sqlite", - "holo_hash", - "holochain_nonce", + "holo_hash 0.4.0-rc.0", + "holochain_nonce 0.4.0-rc.0", "holochain_serialized_bytes", - "holochain_util", - "holochain_zome_types", - "kitsune_p2p_bin_data", + "holochain_util 0.4.0-rc.0", + "holochain_zome_types 0.4.0-rc.0", + "kitsune_p2p_bin_data 0.4.0-rc.0", "kitsune_p2p_dht", - "kitsune_p2p_dht_arc", - "kitsune_p2p_timestamp", + "kitsune_p2p_dht_arc 0.4.0-rc.0", + "kitsune_p2p_timestamp 0.4.0-rc.0", "kitsune_p2p_types", "nanoid", "num_cpus", @@ -1433,8 +1490,8 @@ version = "0.4.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "00c52e0c3b4c108692f376c67158c2d007253500a67b4fe53fe23177e7b632aa" dependencies = [ - "holo_hash", - "holochain_integrity_types", + "holo_hash 0.4.0-rc.0", + "holochain_integrity_types 0.4.0-rc.0", "serde", ] @@ -1475,14 +1532,14 @@ dependencies = [ "flate2", "futures", "getrandom", - "holo_hash", + "holo_hash 0.4.0-rc.0", "holochain_keystore", - "holochain_nonce", + "holochain_nonce 0.4.0-rc.0", "holochain_serialized_bytes", "holochain_sqlite", "holochain_trace", - "holochain_util", - "holochain_zome_types", + "holochain_util 0.4.0-rc.0", + "holochain_zome_types 0.4.0-rc.0", "itertools 0.12.1", "kitsune_p2p_dht", "mr_bundle", @@ -1525,6 +1582,19 @@ dependencies = [ "tokio", ] +[[package]] +name = "holochain_util" +version = "0.5.0-dev.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "915b4b3ecd06e1770fe32d122a1f98dee059be8c5e5a30a97f09d04c35c89298" +dependencies = [ + "cfg-if 1.0.0", + "colored", + "dunce", + "futures", + "once_cell", +] + [[package]] name = "holochain_wasmer_common" version = "0.0.96" @@ -1560,14 +1630,14 @@ checksum = "073de2496e0f7d5ed28d2fe20b366a9d0d81c85bc420936de4a4ca4bcfd772a7" dependencies = [ "derive_builder", "derive_more", - "holo_hash", - "holochain_integrity_types", - "holochain_nonce", + "holo_hash 0.4.0-rc.0", + "holochain_integrity_types 0.4.0-rc.0", + "holochain_nonce 0.4.0-rc.0", "holochain_serialized_bytes", "holochain_wasmer_common", - "kitsune_p2p_block", + "kitsune_p2p_block 0.4.0-rc.0", "kitsune_p2p_dht", - "kitsune_p2p_timestamp", + "kitsune_p2p_timestamp 0.4.0-rc.0", "nanoid", "num_enum", "rusqlite", @@ -1580,6 +1650,27 @@ dependencies = [ "tracing", ] +[[package]] +name = "holochain_zome_types" +version = "0.5.0-dev.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7be88023b8fc223869aa14387f27c41e6846dbf7f659a42a1607a804b3cb8bfc" +dependencies = [ + "derive_more", + "holo_hash 0.5.0-dev.0", + "holochain_integrity_types 0.5.0-dev.0", + "holochain_nonce 0.5.0-dev.0", + "holochain_serialized_bytes", + "holochain_wasmer_common", + "kitsune_p2p_block 0.5.0-dev.0", + "kitsune_p2p_timestamp 0.5.0-dev.0", + "serde", + "serde_bytes", + "subtle", + "thiserror", + "tracing", +] + [[package]] name = "http" version = "1.1.0" @@ -1858,9 +1949,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "js-sys" -version = "0.3.70" +version = "0.3.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" +checksum = "0cb94a0ffd3f3ee755c20f7d8752f45cac88605a4dcf808abcff72873296ec7b" dependencies = [ "wasm-bindgen", ] @@ -1873,8 +1964,23 @@ checksum = "bdb7c39b8e0c7c2f37457ab7005903bda9c30d4d2f45d84c61776dc025863559" dependencies = [ "base64 0.22.1", "derive_more", - "holochain_util", - "kitsune_p2p_dht_arc", + "holochain_util 0.4.0-rc.0", + "kitsune_p2p_dht_arc 0.4.0-rc.0", + "serde", + "serde_bytes", + "shrinkwraprs", +] + +[[package]] +name = "kitsune_p2p_bin_data" +version = "0.5.0-dev.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a5b4a76c0998aaa559a3018961e26421a660622a1826d26ac8890f99b4f50195" +dependencies = [ + "base64 0.22.1", + "derive_more", + "holochain_util 0.5.0-dev.0", + "kitsune_p2p_dht_arc 0.5.0-dev.0", "serde", "serde_bytes", "shrinkwraprs", @@ -1886,8 +1992,19 @@ version = "0.4.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d331df99fe02990b7ae8c3767ea9437519a158e353905dea49a022f3511bee8" dependencies = [ - "kitsune_p2p_bin_data", - "kitsune_p2p_timestamp", + "kitsune_p2p_bin_data 0.4.0-rc.0", + "kitsune_p2p_timestamp 0.4.0-rc.0", + "serde", +] + +[[package]] +name = "kitsune_p2p_block" +version = "0.5.0-dev.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "727bb87a87bfe40cb1b10bc0bfc470bf973792f6778542f3e6b88020489a2db2" +dependencies = [ + "kitsune_p2p_bin_data 0.5.0-dev.0", + "kitsune_p2p_timestamp 0.5.0-dev.0", "serde", ] @@ -1902,8 +2019,8 @@ dependencies = [ "derivative", "derive_more", "futures", - "kitsune_p2p_dht_arc", - "kitsune_p2p_timestamp", + "kitsune_p2p_dht_arc 0.4.0-rc.0", + "kitsune_p2p_timestamp 0.4.0-rc.0", "must_future", "num-traits", "proptest", @@ -1925,7 +2042,7 @@ dependencies = [ "derive_more", "gcollections", "intervallum", - "kitsune_p2p_timestamp", + "kitsune_p2p_timestamp 0.4.0-rc.0", "num-traits", "proptest", "proptest-derive", @@ -1933,6 +2050,19 @@ dependencies = [ "serde", ] +[[package]] +name = "kitsune_p2p_dht_arc" +version = "0.5.0-dev.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37e78ac45360e0652ab126402ce86f48daeda46cda3bd6b85355c2767f7752e0" +dependencies = [ + "derive_more", + "gcollections", + "intervallum", + "num-traits", + "serde", +] + [[package]] name = "kitsune_p2p_timestamp" version = "0.4.0-rc.0" @@ -1949,6 +2079,16 @@ dependencies = [ "serde", ] +[[package]] +name = "kitsune_p2p_timestamp" +version = "0.5.0-dev.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "528c144c80b366cf2dd2a8eee0d2f993bee281a1f51fa47a01b59c7ad92861a6" +dependencies = [ + "chrono", + "serde", +] + [[package]] name = "kitsune_p2p_types" version = "0.4.0-rc.0" @@ -1960,10 +2100,10 @@ dependencies = [ "futures", "ghost_actor", "holochain_trace", - "kitsune_p2p_bin_data", + "kitsune_p2p_bin_data 0.4.0-rc.0", "kitsune_p2p_dht", - "kitsune_p2p_dht_arc", - "kitsune_p2p_timestamp", + "kitsune_p2p_dht_arc 0.4.0-rc.0", + "kitsune_p2p_timestamp 0.4.0-rc.0", "lair_keystore_api", "once_cell", "parking_lot", @@ -2213,7 +2353,7 @@ dependencies = [ "derive_more", "flate2", "futures", - "holochain_util", + "holochain_util 0.4.0-rc.0", "reqwest", "rmp-serde", "serde", @@ -4397,9 +4537,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.93" +version = "0.2.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" +checksum = "ef073ced962d62984fb38a36e5fdc1a2b23c9e0e1fa0689bb97afa4202ef6887" dependencies = [ "cfg-if 1.0.0", "once_cell", @@ -4408,9 +4548,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.93" +version = "0.2.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" +checksum = "c4bfab14ef75323f4eb75fa52ee0a3fb59611977fd3240da19b2cf36ff85030e" dependencies = [ "bumpalo", "log", @@ -4423,9 +4563,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.43" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" +checksum = "65471f79c1022ffa5291d33520cbbb53b7687b01c2f8e83b57d102eed7ed479d" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -4435,9 +4575,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.93" +version = "0.2.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" +checksum = "a7bec9830f60924d9ceb3ef99d55c155be8afa76954edffbb5936ff4509474e7" dependencies = [ "quote 1.0.37", "wasm-bindgen-macro-support", @@ -4445,9 +4585,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.93" +version = "0.2.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" +checksum = "4c74f6e152a76a2ad448e223b0fc0b6b5747649c3d769cc6bf45737bf97d0ed6" dependencies = [ "proc-macro2 1.0.87", "quote 1.0.37", @@ -4458,15 +4598,15 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.93" +version = "0.2.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" +checksum = "a42f6c679374623f295a8623adfe63d9284091245c3504bde47c17a3ce2777d9" [[package]] name = "web-sys" -version = "0.3.70" +version = "0.3.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" +checksum = "44188d185b5bdcae1052d08bcbcf9091a5524038d4572cc4f4f2bb9d5554ddd9" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index cff38d45..3536fcf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ resolver = "2" [workspace.dependencies] futures = "0.3" -hdi = "0.5.0-rc.0" -hdk = "0.4.0-rc.0" +hdi = "0.6.0-dev.0" +hdk = "0.5.0-dev.0" nix = { version = "0.29.0", features = ["signal"] } once_cell = "1.5.0" parking_lot = "0.12" diff --git a/flake.lock b/flake.lock index 0e075dae..e0d8d566 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ "nixpkgs-lib": "nixpkgs-lib" }, "locked": { - "lastModified": 1726153070, - "narHash": "sha256-HO4zgY0ekfwO5bX0QH/3kJ/h4KvUDFZg8YpkNwIbg1U=", + "lastModified": 1727826117, + "narHash": "sha256-K5ZLCyfO/Zj9mPFldf3iwS6oZStJcU4tSpiXTMYaaL0=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "bcef6817a8b2aa20a5a6dbb19b43e63c5bf8619a", + "rev": "3d04084d54bedc3d6b8b736c70ef449225c361b1", "type": "github" }, "original": { @@ -36,11 +36,11 @@ "hc-launch": { "flake": false, "locked": { - "lastModified": 1726473709, - "narHash": "sha256-WjuSEtK9odQsrAIbS7TxQEYPyjYgJheMZmVj7Aentyg=", + "lastModified": 1727250978, + "narHash": "sha256-6u/VjFRV4eQQS4H0he7C0n7uNjzBBtkeoyN46jTO0mc=", "owner": "holochain", "repo": "hc-launch", - "rev": "c6fb9cf6d4b8e548c960527a8fc88d2ead051394", + "rev": "92afce654187be5abef67d34df20bd6464524cf3", "type": "github" }, "original": { @@ -53,11 +53,11 @@ "hc-scaffold": { "flake": false, "locked": { - "lastModified": 1725629251, - "narHash": "sha256-23TjhOgXdLOX05yGDK8ZVTZxovbFiGz2Mu+H45YLpAA=", + "lastModified": 1727375207, + "narHash": "sha256-wGS+cOhvakLWscqPI0LaBZVZ3ryORV3YDvL+bfhI+WA=", "owner": "holochain", "repo": "scaffolding", - "rev": "d415a38e686faf38c91689e176b62a93bd51b188", + "rev": "b218f253a124b6e7b5be0600c3aab7a57344f0f2", "type": "github" }, "original": { @@ -70,16 +70,16 @@ "holochain": { "flake": false, "locked": { - "lastModified": 1727364075, - "narHash": "sha256-VNgxDgeq2sX/L7D8J7F3QErqMVKdZTCX6SR3Cs5YKgM=", + "lastModified": 1728435929, + "narHash": "sha256-KhZVfzRfJiXswukigC7mteF43WdTlcJR9k8x3yeRbyk=", "owner": "holochain", "repo": "holochain", - "rev": "116f88d9baaf2b710c7cbbb7776a4b09e311b076", + "rev": "f4c1eea0832aae1beb3fb02be92cb28dc639f4bf", "type": "github" }, "original": { "owner": "holochain", - "ref": "holochain-0.4.0-dev.27", + "ref": "holochain-0.5.0-dev.0", "repo": "holochain", "type": "github" } @@ -100,11 +100,11 @@ ] }, "locked": { - "lastModified": 1727381822, - "narHash": "sha256-wa8racInCgydxkm9KOv4DQzqldAMLPnrEisl3jT0ofw=", + "lastModified": 1728501093, + "narHash": "sha256-V1So3W9hPdaEkQ2fHmrDv4JVtwY4gJ4kYWNmjfCHcX4=", "owner": "holochain", "repo": "holonix", - "rev": "e78f71a0bf90ff538792d5b9a60c476dc87096bd", + "rev": "6a9de675dfe4f04b6296955f0c4f841c6a8dc72c", "type": "github" }, "original": { @@ -149,14 +149,14 @@ }, "nixpkgs-lib": { "locked": { - "lastModified": 1725233747, - "narHash": "sha256-Ss8QWLXdr2JCBPcYChJhz4xJm+h/xjl4G0c0XlP6a74=", + "lastModified": 1727825735, + "narHash": "sha256-0xHYkMkeLVQAMa7gvkddbPqpxph+hDzdu1XdGPJR+Os=", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/356624c12086a18f2ea2825fed34523d60ccc4e3.tar.gz" + "url": "https://github.com/NixOS/nixpkgs/archive/fb192fec7cc7a4c26d51779e9bab07ce6fa5597a.tar.gz" }, "original": { "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/356624c12086a18f2ea2825fed34523d60ccc4e3.tar.gz" + "url": "https://github.com/NixOS/nixpkgs/archive/fb192fec7cc7a4c26d51779e9bab07ce6fa5597a.tar.gz" } }, "root": {