6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
13 rev = "bf578bd9474084b7099ef665138667e486dce671";
14 hash = "sha256-RXEC8bwdnUOaDmYIb7ci/JD+vi16tBn55FRsUmwaRzk=";
17 cargoHash = "sha256-XQ85T64K1NLdSOtAFr0XluvFNTaHzoWKxoQtBQ+uSKQ=";
20 description = "Convert your favorite images and wallpapers with your favorite color palettes/themes";
21 homepage = "https://github.com/doprz/dipc";
22 license = with licenses; [ mit asl20 ];
23 maintainers = with maintainers; [ ByteSudoer ];