localsearch: 3.11.0 → 3.11.1

https://gitlab.gnome.org/GNOME/localsearch/-/compare/3.11.0...3.11.1
This commit is contained in:
Bobby Rong
2026-04-25 09:21:23 +00:00
parent 89c301b3be
commit 8a52e221e4
+2 -2
View File
@@ -48,11 +48,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "localsearch";
version = "3.11.0";
version = "3.11.1";
src = fetchurl {
url = "mirror://gnome/sources/localsearch/${lib.versions.majorMinor finalAttrs.version}/localsearch-${finalAttrs.version}.tar.xz";
hash = "sha256-xndHYai59KBvaBLxyAeL7i6TfWXjdsPSM4t4mT5fRmY=";
hash = "sha256-ezmmwoqKzysXLxWy+17nx6N2TER8L0oUyqI5t+vmGUI=";
};
patches = [