Skip to content

Commit 931ab05

Browse files

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/misc/miniserve/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "miniserve";
14-
version = "0.17.0";
14+
version = "0.18.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "svenstaro";
1818
repo = "miniserve";
1919
rev = "v${version}";
20-
sha256 = "sha256-DqH/6Uu4L0fWbnGX8s3jCGwBgPE2PLIkS/dZIj+BA9Q=";
20+
sha256 = "sha256-5rFxVk+D11Iqr0SP2VYdMEnFwijpxQT8e5EoK2PYtmQ=";
2121
};
2222

23-
cargoSha256 = "sha256-LgdVO41e56DIRkky1aF0X80ixs7ZH93Qk9Yx67vkO9E=";
23+
cargoSha256 = "sha256-40TJzhaD1bi/u8k472K89A51wKhm/XjBs13W6oU/06Q=";
2424

2525
nativeBuildInputs = [ installShellFiles pkg-config zlib ];
2626
buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];

0 commit comments

Comments
 (0)