summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-07-16 11:37:54 +0800
committerBobby Rong <rjl931189261@126.com>2021-07-16 11:37:54 +0800
commitf11b21f79cfad9887cf07622069974ec05793784 (patch)
tree3e713dfbad3bf76e29ab7b35e60a4ee324d2a9ef /pkgs/desktops
parentd3ebf3bfa10b4e18385f3792c69f76f5be7e1b04 (diff)
downloadnixpkgs-f11b21f79cfad9887cf07622069974ec05793784.tar
nixpkgs-f11b21f79cfad9887cf07622069974ec05793784.tar.gz
nixpkgs-f11b21f79cfad9887cf07622069974ec05793784.tar.bz2
nixpkgs-f11b21f79cfad9887cf07622069974ec05793784.tar.lz
nixpkgs-f11b21f79cfad9887cf07622069974ec05793784.tar.xz
nixpkgs-f11b21f79cfad9887cf07622069974ec05793784.tar.zst
nixpkgs-f11b21f79cfad9887cf07622069974ec05793784.zip
pantheon.elementary-feedback: 1.0 -> 6.0.0
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-feedback/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-feedback/default.nix b/pkgs/desktops/pantheon/apps/elementary-feedback/default.nix
index 21aeb38530f..2e20314d480 100644
--- a/pkgs/desktops/pantheon/apps/elementary-feedback/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-feedback/default.nix
@@ -11,15 +11,17 @@
 , glib
 , granite
 , libgee
+, libhandy
 , elementary-icon-theme
 , elementary-gtk-theme
 , gettext
 , wrapGAppsHook
+, appstream
 }:
 
 stdenv.mkDerivation rec {
   pname = "elementary-feedback";
-  version = "1.0";
+  version = "6.0.0";
 
   repoName = "feedback";
 
@@ -27,7 +29,7 @@ stdenv.mkDerivation rec {
     owner = "elementary";
     repo = repoName;
     rev = version;
-    sha256 = "sha256-GkVnowqGXwnEgplT34Po/BKzC2F/IQE2kIw0SLSLhGU=";
+    sha256 = "1fh9a0nfvbrxamki9avm9by760csj2nqy4ya7wzbnqbrrvjwd3fv";
   };
 
   passthru = {
@@ -47,11 +49,13 @@ stdenv.mkDerivation rec {
   ];
 
   buildInputs = [
+    appstream
     elementary-icon-theme
     granite
     gtk3
     elementary-gtk-theme
     libgee
+    libhandy
     glib
   ];