Merge pull request #300624 from r-ryantm/auto-update/fluidd

fluidd: 1.29.0 -> 1.29.1
This commit is contained in:
Peder Bergebakken Sundt 2024-04-06 17:53:53 +02:00 committed by GitHub
commit 6b62355979
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];