Loading pkgs/by-name/st/static-web-server/package.nix +7 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, rustPlatform, fetchFromGitHub, fetchpatch, stdenv, darwin, nixosTests, Loading @@ -10,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "static-web-server"; version = "2.33.1"; version = "2.34.0"; src = fetchFromGitHub { owner = "static-web-server"; repo = pname; rev = "v${version}"; hash = "sha256-2vkRLQ4FKw/gkv4GuwFVcL8oDV4cNuKualQVc/X2B/Y="; hash = "sha256-rHY1UVLAojGEbVdTRNshvcvxI4pYaU2nRUkmYWSTvvw="; }; cargoHash = "sha256-wRDYzm6mYze9CX+Ug53M3wuf3Ry6l3NGTDyCL7rbdc8="; cargoHash = "sha256-lT+rwKXqFnFIxjD9DQQf1GY9pqrkUIT7PEsH4i8DM+g="; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ]; Loading @@ -45,7 +44,10 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; maintainers = with maintainers; [ figsoda ]; maintainers = with maintainers; [ figsoda misilelab ]; mainProgram = "static-web-server"; }; } Loading
pkgs/by-name/st/static-web-server/package.nix +7 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, rustPlatform, fetchFromGitHub, fetchpatch, stdenv, darwin, nixosTests, Loading @@ -10,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "static-web-server"; version = "2.33.1"; version = "2.34.0"; src = fetchFromGitHub { owner = "static-web-server"; repo = pname; rev = "v${version}"; hash = "sha256-2vkRLQ4FKw/gkv4GuwFVcL8oDV4cNuKualQVc/X2B/Y="; hash = "sha256-rHY1UVLAojGEbVdTRNshvcvxI4pYaU2nRUkmYWSTvvw="; }; cargoHash = "sha256-wRDYzm6mYze9CX+Ug53M3wuf3Ry6l3NGTDyCL7rbdc8="; cargoHash = "sha256-lT+rwKXqFnFIxjD9DQQf1GY9pqrkUIT7PEsH4i8DM+g="; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ]; Loading @@ -45,7 +44,10 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; maintainers = with maintainers; [ figsoda ]; maintainers = with maintainers; [ figsoda misilelab ]; mainProgram = "static-web-server"; }; }