about summary refs log tree commit diff
path: root/pkgs/applications/misc/fluidd
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-10 04:36:35 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-10 04:36:35 +0000
commitdae8d901a554b8edd63d457ff255119f451a4a2a (patch)
treeb959638e112df6a2d10e6e0fe1b8c5c93db66087 /pkgs/applications/misc/fluidd
parent2add5f003afd049a7c60ea33bab63d1c9d5103cf (diff)
fluidd: 1.21.1 -> 1.23.0
Diffstat (limited to 'pkgs/applications/misc/fluidd')
-rw-r--r--pkgs/applications/misc/fluidd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/fluidd/default.nix b/pkgs/applications/misc/fluidd/default.nix
index b92110f99d98f..27e3ea0aced37 100644
--- a/pkgs/applications/misc/fluidd/default.nix
+++ b/pkgs/applications/misc/fluidd/default.nix
@@ -2,12 +2,12 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "fluidd";
-  version = "1.21.1";
+  version = "1.23.0";
 
   src = fetchurl {
     name = "fluidd-v${version}.zip";
     url = "https://github.com/cadriel/fluidd/releases/download/v${version}/fluidd.zip";
-    sha256 = "sha256-TahXPbZy7eoSJ/U2wL6GaMM8F6zypf7EU91JVWlevQg=";
+    sha256 = "sha256-SAyR7SeMFh2twLr8QqKzALlMFLv/oAfySN5+cSNALis=";
   };
 
   nativeBuildInputs = [ unzip ];