24 stdenv.mkDerivation rec {
28 src = fetchFromGitLab {
29 domain = "gitlab.gnome.org";
33 hash = "sha256-AiOaTjYOc7Eo+9kl1H91TKAkCKNUJNWobmBENZlHBhQ=";
36 cargoDeps = rustPlatform.importCargoLock {
37 lockFile = ./Cargo.lock;
39 "gst-plugin-gtk4-0.12.0-alpha.1" = "sha256-JSw9yZ4oy7m6c9pqOT+fnYEbTlneLTtWQf3/Jbek/ps=";
52 rustPlatform.cargoSetupHook
59 gst_all_1.gst-plugins-bad
60 gst_all_1.gst-plugins-base
61 gst_all_1.gst-plugins-good
68 passthru.updateScript = nix-update-script { };
71 description = "A program for comparing multiple versions of an image or video";
72 mainProgram = "identity";
73 homepage = "https://gitlab.gnome.org/YaLTeR/identity";
74 license = licenses.gpl3Plus;
75 platforms = platforms.linux;
76 maintainers = with maintainers; [ ];