From 87b05cf76f2d1888c404c716e0b2db776e5b3869 Mon Sep 17 00:00:00 2001 From: okjodom Date: Wed, 27 Mar 2024 12:52:24 +0300 Subject: [PATCH] chore: bump fm to v0.3.0-rc.3 - commit # c32bbe8ed8d95ae420b5879e92dda6ce48f5c914 --- README.md | 4 ++-- flake.lock | 8 ++++---- flake.nix | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2f8303f78..9498b30f9 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ From root repo directory: ## Referencing Fedimint -The docker containers and devimint are for specific releases or commits of `fedimint/fedimint`. At present, the reference commit-hash is `c51ea0c85576008dcbf9d94e2fe994dfa34bca61` +The docker containers and devimint are for specific releases or commits of `fedimint/fedimint`. At present, the reference commit-hash is `c32bbe8ed8d95ae420b5879e92dda6ce48f5c914` ### Running with local Fedimint @@ -212,7 +212,7 @@ This will put binaries in `fedimint/target-nix/debug` at the front of your `$PAT You can officially bump the referenced version of Fedimint using the following steps: 1. Locate a desired hash from [Fedimint](https://github.com/fedimint/fedimint/commits/master) -2. Find and replace all instances of the current reference commit hash: `c51ea0c85576008dcbf9d94e2fe994dfa34bca61` +2. Find and replace all instances of the current reference commit hash: `c32bbe8ed8d95ae420b5879e92dda6ce48f5c914` 3. Run `nix flake update` at the root of the repo 4. Restart your nix shell and validate the reference, then commit to complete bump diff --git a/flake.lock b/flake.lock index 7a3349875..ddfd271c4 100644 --- a/flake.lock +++ b/flake.lock @@ -119,17 +119,17 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1711027858, - "narHash": "sha256-wYAMg8CPcwDzZZ95BSd3qcB7JKEFAVQlXZtx5lTLiGM=", + "lastModified": 1711405975, + "narHash": "sha256-I8uUhpqN5oGDkT+sN4jztzun/wD/mN/CtzCxlV3pdjY=", "owner": "fedimint", "repo": "fedimint", - "rev": "c51ea0c85576008dcbf9d94e2fe994dfa34bca61", + "rev": "c32bbe8ed8d95ae420b5879e92dda6ce48f5c914", "type": "github" }, "original": { "owner": "fedimint", "repo": "fedimint", - "rev": "c51ea0c85576008dcbf9d94e2fe994dfa34bca61", + "rev": "c32bbe8ed8d95ae420b5879e92dda6ce48f5c914", "type": "github" } }, diff --git a/flake.nix b/flake.nix index cd0c304ac..213eff1ad 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ flake-utils.url = "github:numtide/flake-utils"; fedimint = { url = - "github:fedimint/fedimint?rev=c51ea0c85576008dcbf9d94e2fe994dfa34bca61"; + "github:fedimint/fedimint?rev=c32bbe8ed8d95ae420b5879e92dda6ce48f5c914"; }; }; outputs = { self, flake-utils, fedimint }: