tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
deepin.deepin-editor: 6.0.11 -> 6.0.15
rewine
2 years ago
008fa150
e7fbed40
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
desktops
deepin
apps
deepin-editor
default.nix
+2
-2
pkgs/desktops/deepin/apps/deepin-editor/default.nix
···
20
20
21
21
stdenv.mkDerivation rec {
22
22
pname = "deepin-editor";
23
23
-
version = "6.0.11";
23
23
+
version = "6.0.15";
24
24
25
25
src = fetchFromGitHub {
26
26
owner = "linuxdeepin";
27
27
repo = pname;
28
28
rev = version;
29
29
-
hash = "sha256-OdKEskxrzFo4VOsR2+rsH3G63uqMmsBuXufayHWSQac=";
29
29
+
hash = "sha256-17loD7FNy5PwSxIyXk313yiMxO10rOeP94q08tm76gw=";
30
30
};
31
31
32
32
nativeBuildInputs = [