Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

deepin.deepin-editor: 6.0.11 -> 6.0.15

rewine 008fa150 e7fbed40

+2 -2
+2 -2
pkgs/desktops/deepin/apps/deepin-editor/default.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "deepin-editor"; 23 - version = "6.0.11"; 23 + version = "6.0.15"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "linuxdeepin"; 27 27 repo = pname; 28 28 rev = version; 29 - hash = "sha256-OdKEskxrzFo4VOsR2+rsH3G63uqMmsBuXufayHWSQac="; 29 + hash = "sha256-17loD7FNy5PwSxIyXk313yiMxO10rOeP94q08tm76gw="; 30 30 }; 31 31 32 32 nativeBuildInputs = [