fluidd: 1.20.1 -> 1.21.1

This commit is contained in:
R. Ryantm 2022-10-26 12:52:44 +00:00
parent 58ad22ff2d
commit f0927996e7

View File

@ -2,12 +2,12 @@
stdenvNoCC.mkDerivation rec {
pname = "fluidd";
version = "1.20.1";
version = "1.21.1";
src = fetchurl {
name = "fluidd-v${version}.zip";
url = "https://github.com/cadriel/fluidd/releases/download/v${version}/fluidd.zip";
sha256 = "sha256-CA0C3yERT6r33GdtCZ7UZheEhDL4uzjAvcuhZeZQLvg=";
sha256 = "sha256-TahXPbZy7eoSJ/U2wL6GaMM8F6zypf7EU91JVWlevQg=";
};
nativeBuildInputs = [ unzip ];