summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-08-09 16:15:30 +0800
committerBobby Rong <rjl931189261@126.com>2021-09-18 19:33:39 +0800
commit1258bfcc496b138e638e71d624d8ed036d4f9049 (patch)
treebf43372c8c8e668c2625db0d411888b99db1553b /pkgs/desktops
parent2c3dec3e2d55e382ada8dd37ce0993f877836f46 (diff)
downloadnixpkgs-1258bfcc496b138e638e71d624d8ed036d4f9049.tar
nixpkgs-1258bfcc496b138e638e71d624d8ed036d4f9049.tar.gz
nixpkgs-1258bfcc496b138e638e71d624d8ed036d4f9049.tar.bz2
nixpkgs-1258bfcc496b138e638e71d624d8ed036d4f9049.tar.lz
nixpkgs-1258bfcc496b138e638e71d624d8ed036d4f9049.tar.xz
nixpkgs-1258bfcc496b138e638e71d624d8ed036d4f9049.tar.zst
nixpkgs-1258bfcc496b138e638e71d624d8ed036d4f9049.zip
pantheon.elementary-calculator: 1.6.2 -> 1.7.0
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-calculator/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-calculator/default.nix b/pkgs/desktops/pantheon/apps/elementary-calculator/default.nix
index 8b02af57d42..b2f0bc906ca 100644
--- a/pkgs/desktops/pantheon/apps/elementary-calculator/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-calculator/default.nix
@@ -1,5 +1,6 @@
 { lib, stdenv
 , fetchFromGitHub
+, fetchpatch
 , nix-update-script
 , pantheon
 , pkg-config
@@ -12,6 +13,7 @@
 , python3
 , granite
 , libgee
+, libhandy
 , elementary-icon-theme
 , appstream
 , wrapGAppsHook
@@ -19,7 +21,7 @@
 
 stdenv.mkDerivation rec {
   pname = "elementary-calculator";
-  version = "1.6.2";
+  version = "1.7.0";
 
   repoName = "calculator";
 
@@ -27,7 +29,7 @@ stdenv.mkDerivation rec {
     owner = "elementary";
     repo = repoName;
     rev = version;
-    sha256 = "sha256-kOQr94PAfLPv4LjY2WDdTtlbf3/tYf+NUESZ94+L41M=";
+    sha256 = "1kl2iximcmbk8inklb2xav7dp08lp5pn9xxa59327zw13gdy8fkf";
   };
 
   passthru = {
@@ -53,6 +55,7 @@ stdenv.mkDerivation rec {
     granite
     gtk3
     libgee
+    libhandy
   ];
 
   postPatch = ''