summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-07-16 20:00:19 +0200
committerGitHub <noreply@github.com>2021-07-16 20:00:19 +0200
commitaf357107ca34906b8c6cb69076ed8c8a13646dc6 (patch)
tree7e861993a55d16cf52cf795becb1bf1cbe69f4d0 /pkgs/desktops
parent15a2d8b2b3e2178536abe84f93d7e8d0b45d9f47 (diff)
parentf11b21f79cfad9887cf07622069974ec05793784 (diff)
downloadnixpkgs-af357107ca34906b8c6cb69076ed8c8a13646dc6.tar
nixpkgs-af357107ca34906b8c6cb69076ed8c8a13646dc6.tar.gz
nixpkgs-af357107ca34906b8c6cb69076ed8c8a13646dc6.tar.bz2
nixpkgs-af357107ca34906b8c6cb69076ed8c8a13646dc6.tar.lz
nixpkgs-af357107ca34906b8c6cb69076ed8c8a13646dc6.tar.xz
nixpkgs-af357107ca34906b8c6cb69076ed8c8a13646dc6.tar.zst
nixpkgs-af357107ca34906b8c6cb69076ed8c8a13646dc6.zip
Merge pull request #130333 from bobby285271/elementary-feedback
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
   ];