folks: 0.15.7 → 0.15.9

https://gitlab.gnome.org/GNOME/folks/-/compare/0.15.7...0.15.9

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey 2024-03-16 19:28:04 +01:00
parent f9b16dff77
commit 425950a80e
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "folks";
version = "0.15.7";
version = "0.15.9";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/folks/${lib.versions.majorMinor finalAttrs.version}/folks-${finalAttrs.version}.tar.xz";
sha256 = "Eg8hnvYyEsqpWuf2rrZOKZKLCxqLlFIFQwSgDQ80eHE=";
hash = "sha256-IxGzc1XDUfM/Fj/cOUh0oioKBoLDGUk9bYpuQgcRQV8=";
};
nativeBuildInputs = [