Skip to content

Commit

Permalink
Merge pull request #283809 from r-ryantm/auto-update/poco
Browse files Browse the repository at this point in the history
poco: 1.12.5p2 -> 1.13.2
  • Loading branch information
risicle authored Apr 1, 2024
2 parents ab2ef75 + 404317c commit 0333eeb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/networking/browsers/litebrowser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

stdenv.mkDerivation {
pname = "litebrowser";
version = "unstable-2022-10-31";
version = "unstable-2024-02-25";

src = fetchFromGitHub {
owner = "litehtml";
repo = "litebrowser-linux";
rev = "4654f8fb2d5e2deba7ac6223b6639341bd3b7eba";
hash = "sha256-SvW1AOxLBLKqa+/2u2Zn+/t33ZzQHmqlcLRl6z0rK9U=";
rev = "8130cf50af90e07d201d43b934b5a57f7ed4e68d";
hash = "sha256-L/pd4VypDfjLKfh+HLpc4um+POWGzGa4OOttudwJxyk=";
fetchSubmodules = true; # litehtml submodule
};

Expand Down Expand Up @@ -46,6 +46,7 @@ stdenv.mkDerivation {
'';

meta = with lib; {
broken = stdenv.cc.isClang; # https://github.com/litehtml/litebrowser-linux/issues/19
description = "A simple browser based on the litehtml engine";
mainProgram = "litebrowser";
homepage = "https://github.com/litehtml/litebrowser-linux";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/poco/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "poco";

version = "1.12.5p2";
version = "1.13.2";

src = fetchFromGitHub {
owner = "pocoproject";
repo = "poco";
sha256 = "sha256-UAseNOC9n+OooDl4E67qcndJ02fAgmp2d8Ii/IyPvhg=";
sha256 = "sha256-GcwkGiui9j9RzMQyEEmqq8dxWzKpv5xWxJgvJpSMdbw=";
rev = "poco-${version}-release";
};

Expand Down
9 changes: 9 additions & 0 deletions pkgs/tools/graphics/sanjuuni/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, pkg-config
, ffmpeg
, poco
Expand All @@ -19,6 +20,14 @@ stdenv.mkDerivation rec {
sha256 = "sha256-wgtyrik4Z5AXd8MHkiMuxMpGh/xcEtNqivyhvL68aac=";
};

patches = [
(fetchpatch {
name = "build-with-cxx17.patch";
url = "https://github.com/MCJack123/sanjuuni/commit/f2164bc18935bcf63ee5b0a82087bc91f7fd258d.patch";
hash = "sha256-ZmP+AmUV7fcIFqSA6e56Nt6u03leE9PX36g2z0nLswo=";
})
];

nativeBuildInputs = [
pkg-config
];
Expand Down

0 comments on commit 0333eeb

Please sign in to comment.