We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64065d7 commit 931ab05Copy full SHA for 931ab05
pkgs/tools/misc/miniserve/default.nix
@@ -11,16 +11,16 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "miniserve";
14
- version = "0.17.0";
+ version = "0.18.0";
15
16
src = fetchFromGitHub {
17
owner = "svenstaro";
18
repo = "miniserve";
19
rev = "v${version}";
20
- sha256 = "sha256-DqH/6Uu4L0fWbnGX8s3jCGwBgPE2PLIkS/dZIj+BA9Q=";
+ sha256 = "sha256-5rFxVk+D11Iqr0SP2VYdMEnFwijpxQT8e5EoK2PYtmQ=";
21
};
22
23
- cargoSha256 = "sha256-LgdVO41e56DIRkky1aF0X80ixs7ZH93Qk9Yx67vkO9E=";
+ cargoSha256 = "sha256-40TJzhaD1bi/u8k472K89A51wKhm/XjBs13W6oU/06Q=";
24
25
nativeBuildInputs = [ installShellFiles pkg-config zlib ];
26
buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];
0 commit comments