fedimint: 0.5.0 -> 0.5.1 (#388837)

authored by h7x4 and committed by GitHub 0a6d301d 72e95465

+3 -3
+3 -3
pkgs/by-name/fe/fedimint/package.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "fedimint"; 13 - version = "0.5.0"; 13 + version = "0.5.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "fedimint"; 17 17 repo = "fedimint"; 18 18 rev = "v${version}"; 19 - hash = "sha256-0MM5xpxBam95vSepDvVtpt/997XyC8aOqDiyPykHRRc="; 19 + hash = "sha256-dhZYOfXepOnt1lQEgrM/y++5V58weiiTMAyMKl2t37Q="; 20 20 }; 21 21 22 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-mSj8B9Ma9Zoz5SYmVj2yW0ZK6dqaMgq+nNPPFG0aIrY="; 23 + cargoHash = "sha256-WElH4AdLlF/BuxRrURUv6xNGUVBZ6hhSFg1p+T3jG54="; 24 24 25 25 nativeBuildInputs = [ 26 26 protobuf