about summary refs log tree commit diff
path: root/pkgs/development/libraries/functionalplus
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-25 00:13:49 +0000
committerGitHub <noreply@github.com>2024-02-25 00:13:49 +0000
commit257171f024023815158819b0cb35b5958f1b4975 (patch)
tree91f9a728162c7e67be0ebf5602148377f1841da1 /pkgs/development/libraries/functionalplus
parent57bbe4245f80b90b4b48079750f91bdc0437c66e (diff)
parent7794d8a78570335f10b0f97ae72b14b33c6addc2 (diff)
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/libraries/functionalplus')
-rw-r--r--pkgs/development/libraries/functionalplus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/functionalplus/default.nix b/pkgs/development/libraries/functionalplus/default.nix
index af25030ab560f..6d3092e53c350 100644
--- a/pkgs/development/libraries/functionalplus/default.nix
+++ b/pkgs/development/libraries/functionalplus/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "functionalplus";
-  version = "0.2.22";
+  version = "0.2.23";
 
   src = fetchFromGitHub {
     owner = "Dobiasd";
     repo = "FunctionalPlus";
     rev = "v${version}";
-    sha256 = "sha256-y0IRmgG9lhWO4IR4G9/VP2a3B+ORTnF7MCf4FU5EuMk=";
+    sha256 = "sha256-WDufVO0vQyu7O3w9tq+19JioRUFgYlnTbO/AQzg0FnM=";
   };
 
   nativeBuildInputs = [ cmake ];