websurfx: 1.20.13 -> 1.22.2

This commit is contained in:
R. Ryantm
2025-01-15 13:05:46 +00:00
parent fd5197d905
commit 10e1ea3aa0
+3 -3
View File
@@ -6,7 +6,7 @@
pkg-config,
}:
let
version = "1.20.13";
version = "1.22.2";
in
rustPlatform.buildRustPackage {
pname = "websurfx";
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage {
owner = "neon-mmd";
repo = "websurfx";
tag = "v${version}";
hash = "sha256-NuhSpUe1PzJTBsX91LSOIh4N20eTs7MLl4ueIoGoC6o=";
hash = "sha256-Kwf4lIY99dnF8p59qOUefHIyhQHBb/ZasidswETLICM=";
};
nativeBuildInputs = [
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage {
useFetchCargoVendor = true;
cargoHash = "sha256-SRRZoK7zsSDTvOyqJ+YLNkhzTseAgK0KGCoAECmuDa8=";
cargoHash = "sha256-DK5eYgz/+FieauE7bCXXOs7RQUQWEphq3wP8QD0S9QQ=";
postPatch = ''
substituteInPlace src/handler/mod.rs \