fluidd: 1.30.4 -> 1.30.5

This commit is contained in:
R. Ryantm 2024-10-20 06:10:29 +00:00
parent 75d8eea61e
commit d17b5e240e

View File

@ -2,12 +2,12 @@
stdenvNoCC.mkDerivation rec {
pname = "fluidd";
version = "1.30.4";
version = "1.30.5";
src = fetchurl {
name = "fluidd-v${version}.zip";
url = "https://github.com/cadriel/fluidd/releases/download/v${version}/fluidd.zip";
sha256 = "sha256-r9RYNfbMa0axxS5kVBsFmvnuznsZz4s0ZfsIJVczHlI=";
sha256 = "sha256-Ry9aD8pSFw076yIywik0ov+ZPNRsI9srM4YJBW/1bY8=";
};
nativeBuildInputs = [ unzip ];