Merge pull request #268358 from MikaelFangel/update-figma-linux

figma-linux: 0.10.0 -> 0.11.2; meta clean-up

authored by

Mario Rodas and committed by
GitHub
c6d25ccc 62724e4c

+5 -5
+5 -5
pkgs/applications/graphics/figma-linux/default.nix
··· 10 with lib; 11 stdenv.mkDerivation (finalAttrs: { 12 pname = "figma-linux"; 13 - version = "0.10.0"; 14 15 src = fetchurl { 16 url = "https://github.com/Figma-Linux/figma-linux/releases/download/v${finalAttrs.version}/figma-linux_${finalAttrs.version}_linux_amd64.deb"; 17 - sha256 = "sha256-+xiXEwSSxpt1/Eu9g57/L+Il/Av+a/mgGBQl/4LKR74="; 18 }; 19 20 nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ]; ··· 69 ''; 70 71 meta = { 72 - description = "unofficial Electron-based Figma desktop app for Linux"; 73 homepage = "https://github.com/Figma-Linux/figma-linux"; 74 platforms = [ "x86_64-linux" ]; 75 - license = licenses.gpl2; 76 maintainers = with maintainers; [ ercao kashw2 ]; 77 - knownVulnerabilities = [ "CVE-2023-5217" ]; 78 }; 79 })
··· 10 with lib; 11 stdenv.mkDerivation (finalAttrs: { 12 pname = "figma-linux"; 13 + version = "0.11.2"; 14 15 src = fetchurl { 16 url = "https://github.com/Figma-Linux/figma-linux/releases/download/v${finalAttrs.version}/figma-linux_${finalAttrs.version}_linux_amd64.deb"; 17 + hash = "sha256-T5SFcdz5yrInE6+ydJqtstEYF0MvHquRZ7nvlCOVNzE="; 18 }; 19 20 nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ]; ··· 69 ''; 70 71 meta = { 72 + description = "Unofficial Electron-based Figma desktop app for Linux"; 73 homepage = "https://github.com/Figma-Linux/figma-linux"; 74 platforms = [ "x86_64-linux" ]; 75 + license = licenses.gpl2Plus; 76 maintainers = with maintainers; [ ercao kashw2 ]; 77 + mainProgram = "figma-linux"; 78 }; 79 })