about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2018-09-24 05:27:46 +0000
committerGitHub <noreply@github.com>2018-09-24 05:27:46 +0000
commit610203c1268fed3c71e3053a1e692d98713732c3 (patch)
treed4e1c6be8cce83eda44415e03ad05cc1dc89975b /pkgs
parentcbc609ca8c1de13ecf300c52e778f2abc74b8d24 (diff)
parent14058e3cbc67cd9492dd8ec380984137240de701 (diff)
downloadnixlib-610203c1268fed3c71e3053a1e692d98713732c3.tar
nixlib-610203c1268fed3c71e3053a1e692d98713732c3.tar.gz
nixlib-610203c1268fed3c71e3053a1e692d98713732c3.tar.bz2
nixlib-610203c1268fed3c71e3053a1e692d98713732c3.tar.lz
nixlib-610203c1268fed3c71e3053a1e692d98713732c3.tar.xz
nixlib-610203c1268fed3c71e3053a1e692d98713732c3.tar.zst
nixlib-610203c1268fed3c71e3053a1e692d98713732c3.zip
Merge pull request #47259 from AveryLychee/fix/treesheets
treesheets: 2017-03-27 -> 2018-08-18
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/office/treesheets/default.nix8
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/office/treesheets/default.nix b/pkgs/applications/office/treesheets/default.nix
index d8e6cdd86ea9..d0a4953c426b 100644
--- a/pkgs/applications/office/treesheets/default.nix
+++ b/pkgs/applications/office/treesheets/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name    = "treesheets-${version}";
-  version = "2017-03-27";
+  version = "2018-08-18";
 
   src = fetchFromGitHub {
     owner  = "aardappel";
     repo   = "treesheets";
-    rev    = "1d1d6b214e3ae88445eb1ec0032d5fef14160f32";
-    sha256 = "0np91c4skq3yxq76c4zi33w73qb1w2nrcin490kkvrxk53jspklb";
+    rev    = "3af41d99c8f9f32603a36ab64af3560b6d61dd73";
+    sha256 = "147y8ggh3clwjgsi15z8i4jnzlkh8p17mmlg532jym53zzbcva65";
   };
 
   buildInputs = [ wxGTK makeWrapper ];
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
     '';
 
     homepage    = http://strlen.com/treesheets/;
-    maintainers = with maintainers; [ obadz ];
+    maintainers = with maintainers; [ obadz avery ];
     platforms   = platforms.linux;
     license     = licenses.zlib;
   };
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 84ad48079580..803640864c1d 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -19008,7 +19008,7 @@ with pkgs;
 
   tree = callPackage ../tools/system/tree {};
 
-  treesheets = callPackage ../applications/office/treesheets { wxGTK = wxGTK30; };
+  treesheets = callPackage ../applications/office/treesheets { wxGTK = wxGTK31; };
 
   trezor-bridge = callPackage ../applications/networking/browsers/mozilla-plugins/trezor { };