Unverified Commit 0a6d301d authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

fedimint: 0.5.0 -> 0.5.1 (#388837)

parents 72e95465 b9aca08d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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