about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-17 19:35:56 -0400
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2023-09-18 12:04:05 +0200
commit463ac30c1f3a0b991e0e73e782b976da4d521079 (patch)
tree5982adb71c422b397a8f1e53b2850a3504c0effa /pkgs/servers
parent7602f2082ad993c49a2225796f27b68184eb72a2 (diff)
static-web-server: 2.21.1 -> 2.22.0
Diff: https://github.com/static-web-server/static-web-server/compare/v2.21.1...v2.22.0

Changelog: https://github.com/static-web-server/static-web-server/blob/v2.22.0/CHANGELOG.md
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/static-web-server/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/static-web-server/default.nix b/pkgs/servers/static-web-server/default.nix
index f338427ae371c..40f3492a7ee2c 100644
--- a/pkgs/servers/static-web-server/default.nix
+++ b/pkgs/servers/static-web-server/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "static-web-server";
-  version = "2.21.1";
+  version = "2.22.0";
 
   src = fetchFromGitHub {
     owner = "static-web-server";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-odt9ztEjb+ppi1e+SI7T6BGtSWVG4EM14lyuVoz5gOM=";
+    hash = "sha256-KZHz+oSvjqFZaKvy+HfPoMQlwQ5ZTyPQV7hMlPBIujE=";
   };
 
-  cargoHash = "sha256-HWiMaMnco4xkskjRroqgy11D/Plg/1VDZwn/IpNG6LM=";
+  cargoHash = "sha256-y67i3p0EImmJquEVJ1U7R83/hMz+Ex3NDnRjrHJvYE4=";
 
   buildInputs = lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.Security