Commit e1c6d71c authored by R. RyanTM's avatar R. RyanTM
Browse files

websurfx: 1.24.56 -> 1.24.62

parent 24a67348
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  pkg-config,
}:
let
  version = "1.24.56";
  version = "1.24.62";
in
rustPlatform.buildRustPackage {
  pname = "websurfx";
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage {
    owner = "neon-mmd";
    repo = "websurfx";
    tag = "v${version}";
    hash = "sha256-Efv8eykAPy2nR0cK92q3nSCIykwimaDIwZYy1M93kUE=";
    hash = "sha256-5IjjKXFFfvjtlQuxbVk3QK4t1nlx95Y5HgYv2yVpMEA=";
  };

  nativeBuildInputs = [
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage {
    openssl
  ];

  cargoHash = "sha256-Nb2DV1zf3EMdVaU397y5wNZksNzUdf3YvtoNrgUQB+w=";
  cargoHash = "sha256-U4+oAdiXy86Gk0sitxIKDmUo4Mx/zdHWNv09FyqDuTU=";

  postPatch = ''
    substituteInPlace src/handler.rs \