about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-04 01:52:26 +0100
committerGitHub <noreply@github.com>2023-12-04 01:52:26 +0100
commit64f5f2c32524043514d7691239067a9ecc811a1d (patch)
tree39752c33ef33e0b4054ca675978c510579e2a909
parent45eeee562ca3629fc22d98d5aad78ade91c0b21f (diff)
parent18e13ef9af6c499b2e0f141e7fb9f69ce1049901 (diff)
Merge pull request #265277 from r-ryantm/auto-update/fluidd
fluidd: 1.26.0 -> 1.26.3
-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 bb47e1a251adf..2f3c3b99dd417 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.26.0";
+  version = "1.26.3";
 
   src = fetchurl {
     name = "fluidd-v${version}.zip";
     url = "https://github.com/cadriel/fluidd/releases/download/v${version}/fluidd.zip";
-    sha256 = "sha256-Y0d3TgSLrxA2kPWlHrNC8GlEcD7s4VZR2YZlderZ3gI=";
+    sha256 = "sha256-42Whp2U6gq8vOjmQnU4Yy8EBsQ21av7wIQhMVFmiFfU=";
   };
 
   nativeBuildInputs = [ unzip ];