Unverified Commit 2708e994 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

sendme: 0.25.0 -> 0.26.0 (#406651)

parents 26a82c12 db438a63
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
  pname = "sendme";
  version = "0.25.0";
  version = "0.26.0";

  src = fetchFromGitHub {
    owner = "n0-computer";
    repo = "sendme";
    rev = "v${version}";
    hash = "sha256-OmP2FLvBupeJeGhMMBgcTpMSgQZ5JWzXBVeFZt7EU4Q=";
    hash = "sha256-21JNyncChl8rv3IDdvYRF/nvMpAGCBps4xsBP9b/1lA=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-8Ry3rpGTNcvMIA3Q10Cb3uJHOBQin9AhlLNRekaKw/0=";
  cargoHash = "sha256-1VVpjeGU6/+apTHv7klo7FkAQ3AVjiziQRNI7yFbvh0=";

  meta = with lib; {
    description = "Tool to send files and directories, based on iroh";