gnote: 45.1 → 46.0

https://gitlab.gnome.org/GNOME/gnote/-/compare/45.1...46.0

Port to libadwaita

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Bobby Rong 2024-02-13 11:27:06 +00:00 committed by Maxine Aubrey
parent cbf8888a34
commit 8d0983b1fb
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -5,6 +5,7 @@
, gettext
, gtkmm4
, itstool
, libadwaita
, libsecret
, libuuid
, libxml2
@ -18,15 +19,16 @@
stdenv.mkDerivation rec {
pname = "gnote";
version = "45.1";
version = "46.0";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-nuwn+MsKENL9uRSkUei4QYwmDni/BzYHgaeKXkGM+UE=";
hash = "sha256-ht9YoVlbIVN0aRq0S/wWE7Sf28p3CEI6PVZY3NOgFe0=";
};
buildInputs = [
gtkmm4
libadwaita
libsecret
libuuid
libxml2