20 stdenv.mkDerivation rec {
24 src = fetchFromGitHub {
28 sha256 = "sha256-1NeIrEr6judTR5zHhhboUncx953hEjIl0qVaWkMVNiU=";
31 cargoDeps = rustPlatform.importCargoLock {
32 lockFile = ./Cargo.lock;
34 "podman-api-0.10.0" = "sha256-nbxK/U5G+PlbytpHdr63x/C69hBgedPXBFfgdzT9fdc=";
45 rustPlatform.cargoSetupHook
60 description = "A podman desktop application";
61 homepage = "https://github.com/marhkb/pods";
62 changelog = "https://github.com/marhkb/pods/releases/tag/v${version}";
63 license = licenses.gpl3Only;
64 maintainers = with maintainers; [ figsoda ];
65 platforms = platforms.linux;