gnome-text-editor: 49.0 → 49.1

https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/49.0...49.1
This commit is contained in:
Bobby Rong
2026-01-24 21:30:01 +08:00
parent f906295f0c
commit 9121ec4d94
@@ -23,11 +23,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-text-editor";
version = "49.0";
version = "49.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-text-editor/${lib.versions.major finalAttrs.version}/gnome-text-editor-${finalAttrs.version}.tar.xz";
hash = "sha256-jkOwz6gVLNPHYw3lZd4taTDoh88ti4RID7+FOivCyKY=";
hash = "sha256-8ESPJHu1l5pQxgIixExFEYgK1HTiVJV2Xl7SJG5U27E=";
};
nativeBuildInputs = [