about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-08-25 15:22:09 +0800
committerrewine <luhongxu@deepin.org>2024-08-25 15:22:09 +0800
commitc11ac20d4d528fc3c38047dadeba47cc3668a840 (patch)
treeb3146b9d75a986b7e014dfc890b1b663aec68f0d /pkgs/desktops
parentb898aeeac5e08fd61ef582cff5bcd4b6c6eae63d (diff)
deepin.deepin-camera: unstable-2023-09-26 -> 6.0.5
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/deepin/apps/deepin-camera/default.nix15
1 files changed, 7 insertions, 8 deletions
diff --git a/pkgs/desktops/deepin/apps/deepin-camera/default.nix b/pkgs/desktops/deepin/apps/deepin-camera/default.nix
index c1f3e53b5be24..19bca29ba5b29 100644
--- a/pkgs/desktops/deepin/apps/deepin-camera/default.nix
+++ b/pkgs/desktops/deepin/apps/deepin-camera/default.nix
@@ -26,13 +26,13 @@
 
 stdenv.mkDerivation rec {
   pname = "deepin-camera";
-  version = "unstable-2023-09-26";
+  version = "6.0.5";
 
   src = fetchFromGitHub {
     owner = "linuxdeepin";
     repo = pname;
-    rev = "8ad3b6ad2a4f5f0b22a216496a0187a69a1e1bcc";
-    hash = "sha256-/8ddplHJzeu7lrRzN66KhJGkFou4FcXc+BzYFK5YVeE=";
+    rev = version;
+    hash = "sha256-3q8yV8GpCPKW780YpCn+xLeFBGJFoAMmKSFCAH9OXoE=";
   };
 
   # QLibrary and dlopen work with LD_LIBRARY_PATH
@@ -74,7 +74,6 @@ stdenv.mkDerivation rec {
     ++ (with gst_all_1; [
       gstreamer
       gst-plugins-base
-      gst-plugins-good
     ]);
 
   cmakeFlags = [ "-DVERSION=${version}" ];
@@ -105,11 +104,11 @@ stdenv.mkDerivation rec {
     qtWrapperArgs+=(--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0")
   '';
 
-  meta = with lib; {
+  meta = {
     description = "Tool to view camera, take photo and video";
     homepage = "https://github.com/linuxdeepin/deepin-camera";
-    license = licenses.gpl3Plus;
-    platforms = platforms.linux;
-    maintainers = teams.deepin.members;
+    license = lib.licenses.gpl3Plus;
+    platforms = lib.platforms.linux;
+    maintainers = lib.teams.deepin.members;
   };
 }