summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-07 20:28:28 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-07 20:28:28 +0000
commitb2411cd2d1dbbee4111792c12bc9dbec739f9b05 (patch)
treed312f1d0ac8da99e4183dad7bb4fe6f163905d1e /pkgs/applications/office
parentb8c871475afd0e529f1e2bc6f56763d2b9487f25 (diff)
downloadnixpkgs-b2411cd2d1dbbee4111792c12bc9dbec739f9b05.tar
nixpkgs-b2411cd2d1dbbee4111792c12bc9dbec739f9b05.tar.gz
nixpkgs-b2411cd2d1dbbee4111792c12bc9dbec739f9b05.tar.bz2
nixpkgs-b2411cd2d1dbbee4111792c12bc9dbec739f9b05.tar.lz
nixpkgs-b2411cd2d1dbbee4111792c12bc9dbec739f9b05.tar.xz
nixpkgs-b2411cd2d1dbbee4111792c12bc9dbec739f9b05.tar.zst
nixpkgs-b2411cd2d1dbbee4111792c12bc9dbec739f9b05.zip
treesheets: unstable-2023-08-31 -> unstable-2023-09-07
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/treesheets/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/treesheets/default.nix b/pkgs/applications/office/treesheets/default.nix
index cb090c42c38..0c75533b893 100644
--- a/pkgs/applications/office/treesheets/default.nix
+++ b/pkgs/applications/office/treesheets/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "treesheets";
-  version = "unstable-2023-08-31";
+  version = "unstable-2023-09-07";
 
   src = fetchFromGitHub {
     owner = "aardappel";
     repo = "treesheets";
-    rev = "7f68776a9e072520c735479929efecd0d58f362d";
-    sha256 = "AO0+Jqt2bEr3pwv417wey9zZWNX9rg0kDoO7qT+YPDg=";
+    rev = "8d4073d2fedfc9952c3a06fd9d9be17ffeb50cf0";
+    sha256 = "BpE402BL9PHx6g2gkeRBP4F2XLAjca3KpyXwFDWayio=";
   };
 
   nativeBuildInputs = [