gnome-tecla: 45.0 → 46.0

https://gitlab.gnome.org/GNOME/tecla/-/compare/45.0...46.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Bobby Rong 2024-02-13 11:26:59 +00:00 committed by Maxine Aubrey
parent def1a3bf27
commit 70cf86e5fd
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -15,11 +15,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tecla";
version = "45.0";
version = "46.0";
src = fetchurl {
url = "mirror://gnome/sources/tecla/${lib.versions.major finalAttrs.version}/tecla-${finalAttrs.version}.tar.xz";
hash = "sha256-XAK7QBmxz/tWY9phB1A+/4U4Nqh4PdRwXdBKSfetwls=";
hash = "sha256-Sggeq4Z6WosJdYmRytdkWSDzI6q8qVRAgpD7b0RZGw8=";
};
nativeBuildInputs = [