Skip to content

Commit d20931e

Browse files
websurfx: 1.22.2 -> 1.23.0 (NixOS#377557)
Co-authored-by: theobori <[email protected]>
2 parents 6f27cf1 + 0f2797a commit d20931e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/we/websurfx/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
pkg-config,
77
}:
88
let
9-
version = "1.22.2";
9+
version = "1.23.0";
1010
in
1111
rustPlatform.buildRustPackage {
1212
pname = "websurfx";
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage {
1616
owner = "neon-mmd";
1717
repo = "websurfx";
1818
tag = "v${version}";
19-
hash = "sha256-Kwf4lIY99dnF8p59qOUefHIyhQHBb/ZasidswETLICM=";
19+
hash = "sha256-+29Q963+CdYgy8JmhZwG22CElliYpFyEtOj8pHZj8XY=";
2020
};
2121

2222
nativeBuildInputs = [
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage {
2929

3030
useFetchCargoVendor = true;
3131

32-
cargoHash = "sha256-DK5eYgz/+FieauE7bCXXOs7RQUQWEphq3wP8QD0S9QQ=";
32+
cargoHash = "sha256-16u9pb8+qjoQPK5xipJAFCMIpebJRTiGtv1gFn3xyj8=";
3333

3434
postPatch = ''
3535
substituteInPlace src/handler/mod.rs \

0 commit comments

Comments
 (0)