From b2ea00d0e036bbf6bcb4730cad5b77e95a742658 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 4 Dec 2024 10:25:52 +1000 Subject: [PATCH] =?UTF-8?q?trajto(iohkNix):=20frapi=C4=9Dis=20al=20la=20ka?= =?UTF-8?q?po=20master?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Progresses #3 --- flake.lock | 77 ++++++++++++++++++++++++++++++++++++++++++++++-------- flake.nix | 2 +- 2 files changed, 67 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index 8042356..34fae5d 100644 --- a/flake.lock +++ b/flake.lock @@ -244,6 +244,23 @@ "type": "github" } }, + "blst": { + "flake": false, + "locked": { + "lastModified": 1691598027, + "narHash": "sha256-oqljy+ZXJAXEB/fJtmB8rlAr4UXM+Z2OkDa20gpILNA=", + "owner": "supranational", + "repo": "blst", + "rev": "3dd0f804b1819e5d03fb22ca2e6fac105932043a", + "type": "github" + }, + "original": { + "owner": "supranational", + "ref": "v0.3.11", + "repo": "blst", + "type": "github" + } + }, "cabal-32": { "flake": false, "locked": { @@ -3109,19 +3126,21 @@ }, "iohkNix_6": { "inputs": { - "nixpkgs": "nixpkgs_31" + "blst": "blst", + "nixpkgs": "nixpkgs_31", + "secp256k1": "secp256k1", + "sodium": "sodium" }, "locked": { - "lastModified": 1629993366, - "narHash": "sha256-FNjrODWYQcZ6VRZzdmUUE3Jh3IZZ4zOwsNbPznX27G4=", + "lastModified": 1732287300, + "narHash": "sha256-lURsE6HdJX0alscWhbzCWyLRK8GpAgKuXeIgX31Kfqg=", "owner": "input-output-hk", "repo": "iohk-nix", - "rev": "df1da282f996ec46b33379407df99613a1fbafdd", + "rev": "262cb2aec2ddd914124bab90b06fe24a1a74d02c", "type": "github" }, "original": { "owner": "input-output-hk", - "ref": "df1da282f996ec46b33379407df99613a1fbafdd", "repo": "iohk-nix", "type": "github" } @@ -5233,16 +5252,18 @@ }, "nixpkgs_31": { "locked": { - "lastModified": 1691003216, - "narHash": "sha256-Qq/MPkhS12Bl0X060pPvX3v9ac3f2rRQfHjjozPh/Qs=", - "owner": "NixOS", + "lastModified": 1684171562, + "narHash": "sha256-BMUWjVWAUdyMWKk0ATMC9H0Bv4qAV/TXwwPUvTiC5IQ=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "4a56ce9727a0c5478a836a0d8a8f641c5b9a3d5f", + "rev": "55af203d468a6f5032a519cba4f41acf5a74b638", "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "nixos", + "ref": "release-22.11", + "repo": "nixpkgs", + "type": "github" } }, "nixpkgs_32": { @@ -5820,6 +5841,40 @@ "type": "github" } }, + "secp256k1": { + "flake": false, + "locked": { + "lastModified": 1683999695, + "narHash": "sha256-9nJJVENMXjXEJZzw8DHzin1DkFkF8h9m/c6PuM7Uk4s=", + "owner": "bitcoin-core", + "repo": "secp256k1", + "rev": "acf5c55ae6a94e5ca847e07def40427547876101", + "type": "github" + }, + "original": { + "owner": "bitcoin-core", + "ref": "v0.3.2", + "repo": "secp256k1", + "type": "github" + } + }, + "sodium": { + "flake": false, + "locked": { + "lastModified": 1675156279, + "narHash": "sha256-0uRcN5gvMwO7MCXVYnoqG/OmeBFi8qRVnDWJLnBb9+Y=", + "owner": "input-output-hk", + "repo": "libsodium", + "rev": "dbb48cce5429cb6585c9034f002568964f1ce567", + "type": "github" + }, + "original": { + "owner": "input-output-hk", + "repo": "libsodium", + "rev": "dbb48cce5429cb6585c9034f002568964f1ce567", + "type": "github" + } + }, "stable": { "locked": { "lastModified": 1669735802, diff --git a/flake.nix b/flake.nix index 5012102..9865fe9 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ inputs.nixpkgs.follows = "nixpkgsUnstable"; }; daedalus.url = github:input-output-hk/daedalus/?ref=6.0.2; - iohkNix.url = github:input-output-hk/iohk-nix/?ref=df1da282f996ec46b33379407df99613a1fbafdd; + iohkNix.url = github:input-output-hk/iohk-nix/; nix.url = github:NixOS/nix/?ref=2.24.6; nixpkgs.url = github:NixOS/nixpkgs/?ref=nixos-24.11; nixpkgsUnstable.url = github:NixOS/nixpkgs;