20 stdenv.mkDerivation rec {
22 version = "2.0.1-unstable-2024-08-11";
24 src = fetchFromGitHub {
27 rev = "146a85b4860375ac0a5be8d7be57fb12753a3c42";
28 sha256 = "sha256-KaS38XC+V3jRPPTnI4UqMc9KGAC7INHMu47LVo9YP44=";
31 cargoDeps = rustPlatform.importCargoLock {
32 lockFile = ./Cargo.lock;
34 "podman-api-0.10.0" = "sha256-nbxK/U5G+PlbytpHdr63x/C69hBgedPXBFfgdzT9fdc=";
45 rustPlatform.cargoSetupHook
60 description = "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;