tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
figma-linux: 0.10.0 -> 0.11.2
Mikael Fangel
2 years ago
834c44fb
8abd30d9
+2
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
figma-linux
default.nix
+2
-3
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 ];
···
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
+
sha256 = "sha256-T5SFcdz5yrInE6+ydJqtstEYF0MvHquRZ7nvlCOVNzE=";
18
};
19
20
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];
···
74
platforms = [ "x86_64-linux" ];
75
license = licenses.gpl2;
76
maintainers = with maintainers; [ ercao kashw2 ];
0
77
};
78
})