ripasso-cursive: cosmetic changes (#361736)
[NixPkgs.git] / pkgs / by-name / ca / cargo-gra / package.nix
blob631d8ea7c97caa29dae885627481a7f983c68f9b
2   rustPlatform,
3   fetchCrate,
4   lib,
5 }:
7 rustPlatform.buildRustPackage rec {
8   pname = "cargo-gra";
9   version = "0.6.2";
11   src = fetchCrate {
12     inherit pname version;
13     hash = "sha256-JbBcpp/E3WlQrwdxMsbSdmIEnDTQj/1XDwAWJsniRu0=";
14   };
16   cargoHash = "sha256-wfMiqWcEsL6/d6XFnEFm/lCbelU7BHC7JKdHREnynAU=";
18   meta = {
19     description = "gtk-rust-app cli for building flatpak apps with ease";
20     homepage = "https://gitlab.com/floers/gtk-stuff/cargo-gra/";
21     license = lib.licenses.gpl3Plus;
22     maintainers = with lib.maintainers; [ bot-wxt1221 ];
23     platforms = lib.platforms.unix;
24   };