fluidd: 1.29.0 -> 1.29.1

This commit is contained in:
R. Ryantm 2024-04-01 05:57:16 +00:00
parent dbe5775901
commit 317b0c2a84
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
stdenvNoCC.mkDerivation rec {
pname = "fluidd";
version = "1.29.0";
version = "1.29.1";
src = fetchurl {
name = "fluidd-v${version}.zip";
url = "https://github.com/cadriel/fluidd/releases/download/v${version}/fluidd.zip";
sha256 = "sha256-MVrvuVt7HDutxb6c4BpRWH+cEeszc7wenuFtGThcU0Y=";
sha256 = "sha256-Zh/H1XAUcFl20yPLt9uIqBLDvUH8ATL9g6oFwvyhkzw=";
};
nativeBuildInputs = [ unzip ];