Skip to content

Commit

Permalink
fedimint: 0.4.4 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and pull[bot] committed Dec 22, 2024
1 parent 9befeb3 commit dd5a24d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fe/fedimint/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "fedimint";
version = "0.4.4";
version = "0.5.0";

src = fetchFromGitHub {
owner = "fedimint";
repo = "fedimint";
rev = "v${version}";
hash = "sha256-YyvppmKs6RCIzmn9bezNxjoCSlPY6GCWmy+bsSbCA2A=";
hash = "sha256-0MM5xpxBam95vSepDvVtpt/997XyC8aOqDiyPykHRRc=";
};

cargoHash = "sha256-nWwAmthTOzKDLrHN0v/usC8DfmHzywNJs/6xdyCBBZY=";
cargoHash = "sha256-y0vD4LrFv9bclCuA1xiFciO+lNY/MFw4aMk4/0USibA=";

nativeBuildInputs = [
protobuf
Expand Down

0 comments on commit dd5a24d

Please sign in to comment.