Skip to content

Commit

Permalink
gnome.polari: 42.1 → 43.0
Browse files Browse the repository at this point in the history
https://gitlab.gnome.org/GNOME/polari/-/compare/42.1...43.0

Also switch to libsoup 3.

Changelog-Reviewed-By: Jan Tojnar <[email protected]>
  • Loading branch information
jtojnar committed Oct 11, 2022
1 parent 533c265 commit 3a90017
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/desktops/gnome/apps/polari/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
, gtk3
, glib
, libsecret
, libsoup
, webkitgtk
, libsoup_3
, webkitgtk_4_1
, gobject-introspection
, appstream-glib
, gnome
Expand All @@ -30,11 +30,11 @@

stdenv.mkDerivation rec {
pname = "polari";
version = "42.1";
version = "43.0";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "r5DPCEjsvkB+sjBkBINpdP048xww1HT0bRspIYqWaz0=";
sha256 = "F6GS3uYfWOPNRHJQC+cBGUa5n75SvFrBJPqurC8zQUc=";
};

patches = [
Expand Down Expand Up @@ -74,8 +74,8 @@ stdenv.mkDerivation rec {
gspell
gdk-pixbuf
libsecret
libsoup
webkitgtk # for thumbnailer
libsoup_3
webkitgtk_4_1 # for thumbnailer
];

postFixup = ''
Expand Down

0 comments on commit 3a90017

Please sign in to comment.