···
stdenv.mkDerivation rec {
pname = "gnome-obfuscate";
domain = "gitlab.gnome.org";
-
sha256 = "sha256-jEMOg2yHi6K57XhA/7hkwwvedmikoB8pGV3ka+jixq8=";
cargoDeps = rustPlatform.fetchCargoTarball {
name = "${pname}-${version}";
-
sha256 = "sha256-P04BeidLXouPLzT/vsa4VC5AOENF0W4gqXqzdmRFhmE=";
rustPlatform.cargoSetupHook
] ++ lib.optionals stdenv.isDarwin [
-
patchShebangs build-aux/meson_post_install.py
description = "Censor private information";
homepage = "https://gitlab.gnome.org/World/obfuscate";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ fgaz ];
-
platforms = platforms.all;
···
stdenv.mkDerivation rec {
pname = "gnome-obfuscate";
domain = "gitlab.gnome.org";
+
hash = "sha256-aUhzact437V/bSsG2Ddu2mC03LbyXFg+hJiuGy5NQfQ=";
cargoDeps = rustPlatform.fetchCargoTarball {
name = "${pname}-${version}";
+
hash = "sha256-HUQvdCmzjdmuJGDLtC/86yzbRimLzx+XbW29f+Ua48w=";
rustPlatform.cargoSetupHook
] ++ lib.optionals stdenv.isDarwin [
description = "Censor private information";
homepage = "https://gitlab.gnome.org/World/obfuscate";
license = licenses.gpl3Plus;
+
platforms = platforms.all;
+
mainProgram = "obfuscate";
maintainers = with maintainers; [ fgaz ];