gnome-text-editor: 50.0 → 50.1

https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/50.0...50.1
This commit is contained in:
Tom Hunze 2026-06-09 17:44:23 +00:00 committed by Bobby Rong
commit f1407811b9
No known key found for this signature in database

View file

@ -23,11 +23,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-text-editor";
version = "50.0";
version = "50.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-text-editor/${lib.versions.major finalAttrs.version}/gnome-text-editor-${finalAttrs.version}.tar.xz";
hash = "sha256-ncKZ2k2qCFQjtdSNtZ8AIa1V50FDpcuKsuX/4Xln9Fs=";
hash = "sha256-9oA2sJ03j6qIO/6Tbkecb/NwJ8L/7RAdr5Et9wxR0OY=";
};
nativeBuildInputs = [