gnome-text-editor: 49.1 → 50.0

https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/49.1...50.0
This commit is contained in:
winston
2026-05-06 23:03:29 +08:00
committed by Bobby Rong
parent 13ee85639a
commit 0c5f3e41b1
@@ -23,11 +23,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-text-editor";
version = "49.1";
version = "50.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-text-editor/${lib.versions.major finalAttrs.version}/gnome-text-editor-${finalAttrs.version}.tar.xz";
hash = "sha256-8ESPJHu1l5pQxgIixExFEYgK1HTiVJV2Xl7SJG5U27E=";
hash = "sha256-ncKZ2k2qCFQjtdSNtZ8AIa1V50FDpcuKsuX/4Xln9Fs=";
};
nativeBuildInputs = [