Skip to content

Commit

Permalink
sendme: 0.5.0 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 30, 2024
1 parent 8cf34f7 commit 966343a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/se/sendme/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "sendme";
version = "0.5.0";
version = "0.6.0";

src = fetchFromGitHub {
owner = "n0-computer";
repo = pname;
rev = "v${version}";
hash = "sha256-y34x4XLIWsxS5+R+6rAejz0z6TCTxoQYPosXmpt9234=";
hash = "sha256-zUI9o3UWufl8NadwMeWsnoSuW8++tFw8NvzA6OdlkMI=";
};

cargoHash = "sha256-q4U4w4STs+34gJNyIibitf6RMvH6P/kBDZlOcwFrOxw=";
cargoHash = "sha256-NuPBoMSB4Dr26O9IspFLPBzoUJljDjGZCXRyUIxa3IU=";

buildInputs = lib.optionals stdenv.isDarwin (
with darwin.apple_sdk.frameworks; [
Expand Down

0 comments on commit 966343a

Please sign in to comment.