Merge pull request #105022 from r-ryantm/auto-update/microserver
microserver: 0.1.8 -> 0.2.0
This commit is contained in:
commit
16aa38f9f2
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user