warpgate: 0.19.1 -> 0.21.1

This commit is contained in:
Lemon Lam
2026-03-07 23:35:52 +08:00
parent fd31a55c2e
commit bcb4fb4c35
+4 -4
View File
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage (
patches = [ ./web-ui-package-json.patch ];
npmDepsHash = "sha256-0AhbX+NhKGvWbOHwkIGE1pwJbD/ZLrOJCoWnCm8lYoY=";
npmDepsHash = "sha256-MwcQL4nLN0kCMSubHbgtX3rGcA4xJjUuGv6nFgDXQtw=";
nativeBuildInputs = [ openapi-generator-cli ];
@@ -35,16 +35,16 @@ rustPlatform.buildRustPackage (
in
{
pname = "warpgate";
version = "0.19.1";
version = "0.21.1";
src = fetchFromGitHub {
owner = "warp-tech";
repo = "warpgate";
tag = "v${finalAttrs.version}";
hash = "sha256-0eaN91Uu1kCOZLblXmY9qLP8L8+UBlZWuArICQkBBk4=";
hash = "sha256-j2F+Y3rEiAOybiNXD0vdo1kSdJQs78wnKD8n4JuR9VA=";
};
cargoHash = "sha256-w6VMtqmo5TiMHY3x77UPXn0TJUT62/gBIVkjZ/WxgaE=";
cargoHash = "sha256-HQdBBd+XX+7OgYrxuP+scmnG2unBVryPfA5/inflqMw=";
patches = [
(replaceVars ./hardcode-version.patch { inherit (finalAttrs) version; })