From 5e073451e80f869bbbf9d16de3582a84b94a3905 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 14 Sep 2024 01:35:06 +0000 Subject: [PATCH] miniserve: 0.27.1-unstable-2024-08-08 -> 0.28.0 Changelog: https://github.com/svenstaro/miniserve/blob/v0.28.0/CHANGELOG.md --- pkgs/tools/misc/miniserve/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/misc/miniserve/default.nix b/pkgs/tools/misc/miniserve/default.nix index ce5d706e1e32..745d18715ba3 100644 --- a/pkgs/tools/misc/miniserve/default.nix +++ b/pkgs/tools/misc/miniserve/default.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "miniserve"; - version = "0.27.1-unstable-2024-08-08"; + version = "0.28.0"; src = fetchFromGitHub { owner = "svenstaro"; repo = "miniserve"; - rev = "cb495906b11c9638eb7a2707d12810482ac6e3f6"; - hash = "sha256-NNORLa1Vct2Iwn/Cp3w1U3KGTXoSwar4QI+dNe+Po54="; + rev = "v${version}"; + hash = "sha256-jrQnmIYap5eHVWPqoRsXVroB0VWLKxesi3rB/WylR0U="; }; - cargoHash = "sha256-syBvuCeEHzahEwvLY3f/N02GJRHPi4JDCRYNLd7CqoU="; + cargoHash = "sha256-/BBue4YfpFk/tId2GV9sstEdgNuy3QnieINGnx45ydU="; nativeBuildInputs = [ installShellFiles