gnome-text-editor: 43.1 → 43.2

https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/43.1...43.2
This commit is contained in:
Bobby Rong 2023-01-12 12:35:31 +00:00
parent e72df3095f
commit 0fdc2b7ba0
No known key found for this signature in database

View File

@ -24,11 +24,11 @@
stdenv.mkDerivation rec {
pname = "gnome-text-editor";
version = "43.1";
version = "43.2";
src = fetchurl {
url = "mirror://gnome/sources/gnome-text-editor/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-lzpLDeto+fkaVKTdQVtq/em1rj7mhLx2FHH5QpD59ss=";
sha256 = "sha256-MwRcehI/qife5+ubqabybxsXGMWg52M30Hmg1MkA4UY=";
};
nativeBuildInputs = [