Unverified Commit 85b25092 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

websurfx: 1.24.47 -> 1.24.51 (#494464)

parents d94ee66a 4aa058d1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  pkg-config,
}:
let
  version = "1.24.47";
  version = "1.24.51";
in
rustPlatform.buildRustPackage {
  pname = "websurfx";
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage {
    owner = "neon-mmd";
    repo = "websurfx";
    tag = "v${version}";
    hash = "sha256-CIGq1uQl5RcxzoX7mnruFDNlgP5RlVLT6/e2ClGaQGE=";
    hash = "sha256-uIEYc5cP7LcqyubLhLXsGr8nhIzJrwzw1rKXF6KJMw8=";
  };

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

  cargoHash = "sha256-8zp8qsD2D9wSaeXY2JQuP4evXFDASOwMeOYe3HbHYp4=";
  cargoHash = "sha256-4rdYL84feUo/xeOMot58Jw8/wWnOtNXqDEQ/mOXhrRs=";

  postPatch = ''
    substituteInPlace src/handler.rs \