1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-JR/YfMUs5IHBRr3uYqHXLNcr23YHyDvgH2y/1ip+2Y8=";
14 cargoHash = "sha256-nYaCN09LP/2MfNRY8oZKtjzFCBFCeRF1IZ2ZBmbHg7I=";
17 description = " A simple generator for self-contained HTML flexbox galleries";
18 homepage = "https://github.com/dbrgn/galerio";
19 maintainers = with maintainers; [ dbrgn ];
20 license = with licenses; [ asl20 mit ];
21 mainProgram = "galerio";