12 version = "0-unstable-2023-04-25";
14 src = fetchFromGitHub {
17 rev = "0e3092ab6db23d2529b8ddc95e5d5e2c3ae8fc9d";
18 hash = "sha256-amNkCDdfG1AqfQ5RCT4941uOtjQRSFt/opzE8yIaftc=";
21 nativeBuildInputs = [ pkg-config ];
23 buildInputs = [ imagemagick ];
27 install -m755 -D sturmflut $out/bin/sturmflut
31 passthru.updateScript = unstableGitUpdater { };
34 description = "Fast (80+ Gbit/s) pixelflut client with full IPv6 and animation support";
35 homepage = "https://github.com/TobleMiner/sturmflut";
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [ zebreus ];
38 platforms = lib.platforms.linux;
39 mainProgram = "sturmflut";