Skip to content

Commit

Permalink
sendme: 0.7.0 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 25, 2024
1 parent f249362 commit f20c679
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.7.0";
version = "0.8.0";

src = fetchFromGitHub {
owner = "n0-computer";
repo = pname;
rev = "v${version}";
hash = "sha256-x4RN/C/XMvpfsbWJTX5wDj1K+ADz2YIb/esAIEpFVcs=";
hash = "sha256-Ptfh00AaLoU/UCqzVRgD38CxeY1dP/Y1ADgQxyLzcMc=";
};

cargoHash = "sha256-yeexP6wfhg2Ir1oJzaxMwRMen9M409MB4cNZ8fd6cHc=";
cargoHash = "sha256-iah0bz6E5akJmo+FAuJ0faDad3YNXt7jhK/6zYrg9lE=";

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

0 comments on commit f20c679

Please sign in to comment.