figma-linux: 0.10.0 -> 0.11.2

This commit is contained in:
Mikael Fangel 2023-11-18 21:14:59 +01:00
parent 8abd30d9c3
commit 834c44fb66
No known key found for this signature in database
GPG Key ID: 306DE4426F0B77C3

View File

@ -10,11 +10,11 @@
with lib;
stdenv.mkDerivation (finalAttrs: {
pname = "figma-linux";
version = "0.10.0";
version = "0.11.2";
src = fetchurl {
url = "https://github.com/Figma-Linux/figma-linux/releases/download/v${finalAttrs.version}/figma-linux_${finalAttrs.version}_linux_amd64.deb";
sha256 = "sha256-+xiXEwSSxpt1/Eu9g57/L+Il/Av+a/mgGBQl/4LKR74=";
sha256 = "sha256-T5SFcdz5yrInE6+ydJqtstEYF0MvHquRZ7nvlCOVNzE=";
};
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];
@ -74,6 +74,5 @@ stdenv.mkDerivation (finalAttrs: {
platforms = [ "x86_64-linux" ];
license = licenses.gpl2;
maintainers = with maintainers; [ ercao kashw2 ];
knownVulnerabilities = [ "CVE-2023-5217" ];
};
})