gnome-text-editor: 47.0 → 47.1

https://gitlab.gnome.org/GNOME/gnome-text-editor/-/compare/47.0...47.1
This commit is contained in:
Bobby Rong 2024-10-31 12:28:53 +00:00
parent 3e677a51c9
commit a7236443d5
No known key found for this signature in database

View File

@ -24,11 +24,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-text-editor";
version = "47.0";
version = "47.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-text-editor/${lib.versions.major finalAttrs.version}/gnome-text-editor-${finalAttrs.version}.tar.xz";
hash = "sha256-AwSWGXS9rMfm6NFG2tyUlSffmbKCNYLI0bqLM9JdQhc=";
hash = "sha256-3pVkLitA/yZf7s2GuTng/QGOTrK6SZNQ8rrSv8xUAQw=";
};
nativeBuildInputs = [