Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #256215 from figsoda/sws

static-web-server: 2.22.0 -> 2.22.1

authored by Nick Cao and committed by GitHub 470ae0aa 20dd5a0d

+3 -3
+3 -3
pkgs/servers/static-web-server/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "static-web-server"; 5 - version = "2.22.0"; 6 7 src = fetchFromGitHub { 8 owner = "static-web-server"; 9 repo = pname; 10 rev = "v${version}"; 11 - hash = "sha256-KZHz+oSvjqFZaKvy+HfPoMQlwQ5ZTyPQV7hMlPBIujE="; 12 }; 13 14 - cargoHash = "sha256-y67i3p0EImmJquEVJ1U7R83/hMz+Ex3NDnRjrHJvYE4="; 15 16 buildInputs = lib.optionals stdenv.isDarwin [ 17 darwin.apple_sdk.frameworks.Security
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "static-web-server"; 5 + version = "2.22.1"; 6 7 src = fetchFromGitHub { 8 owner = "static-web-server"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-RrwAT+la07A8PQhmUWmV4qrYha6GUFKMRx7jkVegPb8="; 12 }; 13 14 + cargoHash = "sha256-YOBo2ey83QN26+9cUvoA1QWEPI3oTpwIJoqcPaWvovA="; 15 16 buildInputs = lib.optionals stdenv.isDarwin [ 17 darwin.apple_sdk.frameworks.Security