about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-04-26 11:58:34 +0300
committerGitHub <noreply@github.com>2023-04-26 11:58:34 +0300
commit32fe299b3548db5126084f8367409ca6e83e49b6 (patch)
treeb9ef04e922a2efa72f1ec653bcb90d17a4c81ea1 /pkgs/desktops
parentfb54110dd4f17872b0b7648838c4821a3783bac1 (diff)
parent9d5baf6d682675510f29af358c026ae7b8e3cc17 (diff)
downloadnixlib-32fe299b3548db5126084f8367409ca6e83e49b6.tar
nixlib-32fe299b3548db5126084f8367409ca6e83e49b6.tar.gz
nixlib-32fe299b3548db5126084f8367409ca6e83e49b6.tar.bz2
nixlib-32fe299b3548db5126084f8367409ca6e83e49b6.tar.lz
nixlib-32fe299b3548db5126084f8367409ca6e83e49b6.tar.xz
nixlib-32fe299b3548db5126084f8367409ca6e83e49b6.tar.zst
nixlib-32fe299b3548db5126084f8367409ca6e83e49b6.zip
Merge pull request #228249 from wineee/deepin-draw-upd
deepin.deepin-draw: 5.11.7 -> 6.0.5
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/deepin/apps/deepin-draw/default.nix13
1 files changed, 2 insertions, 11 deletions
diff --git a/pkgs/desktops/deepin/apps/deepin-draw/default.nix b/pkgs/desktops/deepin/apps/deepin-draw/default.nix
index 7bbe4e0a4027..c07ca9e0b880 100644
--- a/pkgs/desktops/deepin/apps/deepin-draw/default.nix
+++ b/pkgs/desktops/deepin/apps/deepin-draw/default.nix
@@ -1,7 +1,6 @@
 { stdenv
 , lib
 , fetchFromGitHub
-, fetchpatch
 , cmake
 , qttools
 , pkg-config
@@ -15,23 +14,15 @@
 
 stdenv.mkDerivation rec {
   pname = "deepin-draw";
-  version = "5.11.7";
+  version = "6.0.5";
 
   src = fetchFromGitHub {
     owner = "linuxdeepin";
     repo = pname;
     rev = version;
-    sha256 = "sha256-oryh1b7/78Hp3JclN9vKvfcKRg58nsfGZQvBx6VyJBs";
+    sha256 = "sha256-WeubXsshN4tUlIwEHTxHXv1L2dvJ2DZ6qtSPyiVtc98=";
   };
 
-  patches = [
-    (fetchpatch {
-      name = "chore-use-GNUInstallDirs-in-CmakeLists.patch";
-      url = "https://github.com/linuxdeepin/deepin-draw/commit/dac714fe603e1b77fc39952bfe6949852ee6c2d5.patch";
-      sha256 = "sha256-zajxmKkZJT1lcyvPv/PRPMxcstF69PB1tC50gYKDlWA=";
-    })
-  ];
-
   postPatch = ''
     substituteInPlace com.deepin.Draw.service \
       --replace "/usr/bin/deepin-draw" "$out/bin/deepin-draw"