gnome-text-editor: 47.beta → 47.0

https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/47.beta...47.0

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong
2024-10-14 20:54:13 +08:00
parent 0fec04ce3b
commit 49255a096e
@@ -13,10 +13,10 @@
ninja,
gnome,
cairo,
enchant,
icu,
itstool,
libadwaita,
libspelling,
editorconfig-core-c,
libxml2,
desktop-file-utils,
@@ -24,11 +24,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-text-editor";
version = "47.beta";
version = "47.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-text-editor/${lib.versions.major finalAttrs.version}/gnome-text-editor-${finalAttrs.version}.tar.xz";
hash = "sha256-29245R1+ClHN6y17s2JD9k9jOEkdnzLxx5T1teE32q8=";
hash = "sha256-AwSWGXS9rMfm6NFG2tyUlSffmbKCNYLI0bqLM9JdQhc=";
};
nativeBuildInputs = [
@@ -44,13 +44,13 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
cairo
enchant
icu
glib
gsettings-desktop-schemas
gtk4
gtksourceview5
libadwaita
libspelling
editorconfig-core-c
];