tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
deepin.deepin-editor: 6.0.15 -> 6.0.16
rewine
2 years ago
9d7c2faf
3d837aa3
+5
-2
1 changed file
expand all
collapse all
unified
split
pkgs
desktops
deepin
apps
deepin-editor
default.nix
+5
-2
pkgs/desktops/deepin/apps/deepin-editor/default.nix
···
16
16
, libchardet
17
17
, libuchardet
18
18
, libiconv
19
19
+
, gitUpdater
19
20
}:
20
21
21
22
stdenv.mkDerivation rec {
22
23
pname = "deepin-editor";
23
23
-
version = "6.0.15";
24
24
+
version = "6.0.16";
24
25
25
26
src = fetchFromGitHub {
26
27
owner = "linuxdeepin";
27
28
repo = pname;
28
29
rev = version;
29
29
-
hash = "sha256-17loD7FNy5PwSxIyXk313yiMxO10rOeP94q08tm76gw=";
30
30
+
hash = "sha256-55hRXHP02MJWt+JUDCDKv4Boq0IwNW1itGw9rtCZrao=";
30
31
};
31
32
32
33
nativeBuildInputs = [
···
53
54
strictDeps = true;
54
55
55
56
cmakeFlags = [ "-DVERSION=${version}" ];
57
57
+
58
58
+
passthru.updateScript = gitUpdater { };
56
59
57
60
meta = with lib; {
58
61
description = "A desktop text editor that supports common text editing features";