From d003aefa7005ba63d0b90b528896b1ff36dd4d3f Mon Sep 17 00:00:00 2001 From: Christopher Crouse Date: Mon, 9 Dec 2024 18:51:57 +0000 Subject: [PATCH] publii: 0.45.2 -> 0.46.2 (#363093) Release: - https://getpublii.com/blog/release-046-2.html - https://getpublii.com/download/Publii-0.46.2.deb - https://github.com/GetPublii/Publii/releases/tag/v.0.46.2-build-16966 --- pkgs/by-name/pu/publii/package.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/pu/publii/package.nix b/pkgs/by-name/pu/publii/package.nix index e81a7294e0cc..ff0a7228fa21 100644 --- a/pkgs/by-name/pu/publii/package.nix +++ b/pkgs/by-name/pu/publii/package.nix @@ -13,9 +13,11 @@ , dbus , expat , glib +, glibc , gtk3 , libsecret , mesa +, musl , nss , pango , udev @@ -25,11 +27,11 @@ stdenv.mkDerivation rec { pname = "publii"; - version = "0.45.2"; + version = "0.46.2"; src = fetchurl { url = "https://getpublii.com/download/Publii-${version}.deb"; - hash = "sha256-NGS5ovaJ6XskCimN48mqvUdoA+N9eDlIpazV0GDEs3E="; + hash = "sha256-evNCXIhqKi23m/J3AoAW7u21neu6+hBFzAZ9MGz4YZ4="; }; dontConfigure = true; @@ -52,9 +54,11 @@ stdenv.mkDerivation rec { dbus expat glib + glibc gtk3 libsecret mesa + musl nss pango xorg.libX11 @@ -72,7 +76,7 @@ stdenv.mkDerivation rec { mv usr/share $out substituteInPlace $out/share/applications/Publii.desktop \ - --replace 'Exec=/opt/Publii/Publii' 'Exec=Publii' + --replace-fail 'Exec=/opt/Publii/Publii' 'Exec=Publii' mv opt $out