Loading pkgs/by-name/ra/raider/package.nix +10 −9 Original line number Diff line number Diff line Loading @@ -15,15 +15,15 @@ wrapGAppsHook4, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "raider"; version = "3.0.2"; version = "3.1.0"; src = fetchFromGitHub { owner = "ADBeveridge"; repo = "raider"; rev = "v${version}"; hash = "sha256-fOv4Y5kBbZazFNkPrLS3D7LMLLvT/kIYmsCezsl/fxQ="; tag = "v${finalAttrs.version}"; hash = "sha256-X8VIpxOhfvOIf5CYQOBVrC9T6Dhgz/oMIQCaoRch4Oo="; }; nativeBuildInputs = Loading @@ -49,7 +49,7 @@ stdenv.mkDerivation rec { updateScript = nix-update-script { }; }; meta = with lib; { meta = { description = "Permanently delete your files (also named File Shredder)"; longDescription = '' Raider is a shredding program built for the GNOME Loading @@ -63,12 +63,13 @@ stdenv.mkDerivation rec { money and patience required to extract it effectively. ''; homepage = "https://apps.gnome.org/Raider"; license = licenses.gpl3Plus; changelog = "https://github.com/ADBeveridge/raider/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Plus; mainProgram = "raider"; maintainers = with maintainers; [ maintainers = with lib.maintainers; [ benediktbroich ]; teams = [ lib.teams.gnome-circle ]; platforms = platforms.unix; platforms = lib.platforms.unix; }; } }) Loading
pkgs/by-name/ra/raider/package.nix +10 −9 Original line number Diff line number Diff line Loading @@ -15,15 +15,15 @@ wrapGAppsHook4, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "raider"; version = "3.0.2"; version = "3.1.0"; src = fetchFromGitHub { owner = "ADBeveridge"; repo = "raider"; rev = "v${version}"; hash = "sha256-fOv4Y5kBbZazFNkPrLS3D7LMLLvT/kIYmsCezsl/fxQ="; tag = "v${finalAttrs.version}"; hash = "sha256-X8VIpxOhfvOIf5CYQOBVrC9T6Dhgz/oMIQCaoRch4Oo="; }; nativeBuildInputs = Loading @@ -49,7 +49,7 @@ stdenv.mkDerivation rec { updateScript = nix-update-script { }; }; meta = with lib; { meta = { description = "Permanently delete your files (also named File Shredder)"; longDescription = '' Raider is a shredding program built for the GNOME Loading @@ -63,12 +63,13 @@ stdenv.mkDerivation rec { money and patience required to extract it effectively. ''; homepage = "https://apps.gnome.org/Raider"; license = licenses.gpl3Plus; changelog = "https://github.com/ADBeveridge/raider/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Plus; mainProgram = "raider"; maintainers = with maintainers; [ maintainers = with lib.maintainers; [ benediktbroich ]; teams = [ lib.teams.gnome-circle ]; platforms = platforms.unix; platforms = lib.platforms.unix; }; } })