about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxine Aubrey <max@ine.dev>2024-03-16 19:28:04 +0100
committerMaxine Aubrey <max@ine.dev>2024-04-22 21:11:18 +0200
commit425950a80e87970c0caf8d6b6d01b7b8e7cdedac (patch)
treec967747e139d9ebe5a852fbfef902b74fcae2431
parentf9b16dff7799725e8c7fcc484cb9e560ba262207 (diff)
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>
-rw-r--r--pkgs/development/libraries/folks/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/folks/default.nix b/pkgs/development/libraries/folks/default.nix
index c100a8862d5cc..483ab1e21e0ec 100644
--- a/pkgs/development/libraries/folks/default.nix
+++ b/pkgs/development/libraries/folks/default.nix
@@ -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 = [