about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-23 08:01:56 +0100
committerGitHub <noreply@github.com>2023-01-23 08:01:56 +0100
commit2751293943f05f219fea552a7c297834df5b996f (patch)
treec02aa70efc2c091d8ad854cca3764df769491268
parent7e2c6a9378a40168439a323097ead8d6531363f7 (diff)
parentdae8d901a554b8edd63d457ff255119f451a4a2a (diff)
Merge pull request #204717 from r-ryantm/auto-update/fluidd
fluidd: 1.21.1 -> 1.23.0
-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 ];