gnome-text-editor: 46.1 → 46.3

https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/46.1...46.3
This commit is contained in:
Bobby Rong 2024-05-10 14:10:15 +00:00
parent 6799e1ea83
commit 8bdde3c836
No known key found for this signature in database

View File

@ -23,11 +23,11 @@
stdenv.mkDerivation rec {
pname = "gnome-text-editor";
version = "46.1";
version = "46.3";
src = fetchurl {
url = "mirror://gnome/sources/gnome-text-editor/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-jr+gvqEudfXv6sxyG+O4rmUCewJKqB257KuMMSJXous=";
hash = "sha256-AFtIEEqQm+Zq4HRI0rxXBsfRE3gQV6JP9tpVvfMkxz0=";
};
nativeBuildInputs = [