Skip to content

Commit

Permalink
Merge pull request #105022 from r-ryantm/auto-update/microserver
Browse files Browse the repository at this point in the history
microserver: 0.1.8 -> 0.2.0
  • Loading branch information
ryantm committed Nov 26, 2020
2 parents ea84f9d + ffb8c1c commit 16aa38f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/servers/microserver/default.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{ stdenv, fetchFromGitHub, rustPlatform }:
{ stdenv, fetchFromGitHub, rustPlatform, darwin }:

rustPlatform.buildRustPackage rec {
pname = "microserver";
version = "0.1.8";
version = "0.2.0";

src = fetchFromGitHub {
owner = "robertohuertasm";
repo = "microserver";
rev = "v${version}";
sha256 = "1i9689ra5jnmhkxabrx4zcp5f422w9ql9m4xzldqwmpnckm736v6";
sha256 = "1bbbdajh74wh2fbidasim2mzmzqjrgi02v8b0g7vbhpdnlim6ixz";
};

cargoSha256 = "1yn3xmmhpixiviayicl2szlzfjx5crffp3pq75d5nz6ky3miai9l";
cargoSha256 = "0cyxa200iz7knkma4zi3mzky3g0kibbxd5303psk2rl2rppir0f7";

buildInputs = stdenv.lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security ]);

meta = with stdenv.lib; {
homepage = "https://github.com/robertohuertasm/microserver";
Expand Down

0 comments on commit 16aa38f

Please sign in to comment.