sloth-app: 3.3 -> 3.4, add myself to maintainers (#445175)

authored by Sandro and committed by GitHub 88bd0e42 0d5bc178

+6 -3
+6 -3
pkgs/by-name/sl/sloth-app/package.nix
··· 8 8 9 9 stdenv.mkDerivation (finalAttrs: { 10 10 pname = "sloth-app"; 11 - version = "3.3"; 11 + version = "3.4"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/sveinbjornt/Sloth/releases/download/${finalAttrs.version}/sloth-${finalAttrs.version}.zip"; 15 - hash = "sha256-LGaL7+NqoPqXZdYWq9x+yNEZFlZZmsZw+qcELC4rdjY="; 15 + hash = "sha256-K8DweBFAILEQyqri6NO+p5qRam+BHjIk1tl43gcseNs="; 16 16 }; 17 17 18 18 dontUnpack = true; ··· 37 37 homepage = "https://sveinbjorn.org/sloth"; 38 38 license = lib.licenses.bsd3; 39 39 mainProgram = "Sloth"; 40 - maintainers = with lib.maintainers; [ emilytrau ]; 40 + maintainers = with lib.maintainers; [ 41 + emilytrau 42 + iedame 43 + ]; 41 44 platforms = lib.platforms.darwin; 42 45 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 43 46 };