websurfx: 1.24.6 -> 1.24.22

+4 -4
+4 -4
pkgs/by-name/we/websurfx/package.nix
··· 6 6 pkg-config, 7 7 }: 8 8 let 9 - version = "1.24.6"; 9 + version = "1.24.22"; 10 10 in 11 11 rustPlatform.buildRustPackage { 12 12 pname = "websurfx"; ··· 16 16 owner = "neon-mmd"; 17 17 repo = "websurfx"; 18 18 tag = "v${version}"; 19 - hash = "sha256-T5ghMAR5fIFwbzBBl4wO+RIPkzbOK+ZAFnw5Id+aVlc="; 19 + hash = "sha256-l04M2veWipVmmR4lN5+8mHpL2/16JMd3biRzEIacgac="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ ··· 27 27 openssl 28 28 ]; 29 29 30 - cargoHash = "sha256-vjvSOhyEQPW8sw1SjVWGvtnpzHGbyah1ufhLBUq7Qcw="; 30 + cargoHash = "sha256-ekosi4t0InWh1c14jEe2MAWPCQ4qnqwPFvTAtAlwiuw="; 31 31 32 32 postPatch = '' 33 - substituteInPlace src/handler/mod.rs \ 33 + substituteInPlace src/handler.rs \ 34 34 --replace-fail "/etc/xdg" "$out/etc/xdg" \ 35 35 --replace-fail "/opt/websurfx" "$out/opt/websurfx" 36 36 '';