fedimint: 0.5.0 -> 0.5.1 (#388837)

This commit is contained in:
h7x4
2025-03-12 13:09:51 +01:00
committed by GitHub

View File

@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "fedimint";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "fedimint";
repo = "fedimint";
rev = "v${version}";
hash = "sha256-0MM5xpxBam95vSepDvVtpt/997XyC8aOqDiyPykHRRc=";
hash = "sha256-dhZYOfXepOnt1lQEgrM/y++5V58weiiTMAyMKl2t37Q=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-mSj8B9Ma9Zoz5SYmVj2yW0ZK6dqaMgq+nNPPFG0aIrY=";
cargoHash = "sha256-WElH4AdLlF/BuxRrURUv6xNGUVBZ6hhSFg1p+T3jG54=";
nativeBuildInputs = [
protobuf