about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-28 16:37:12 -0400
committerGitHub <noreply@github.com>2024-06-28 16:37:12 -0400
commitdbd90e4721897a262409462fa29ab96c1fd5e748 (patch)
tree495871473301f6a5b2b39f8ff4c67ecdca4c6ecd /pkgs/applications/office
parent01f3c4f341f43723054a60327f29ec97f5163aac (diff)
parent211fb1b01c1446e731b3397ebe6673afffacab55 (diff)
Merge pull request #323029 from r-ryantm/auto-update/treesheets
treesheets: 0-unstable-2024-06-20 -> 0-unstable-2024-06-23
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 c2a84adc2a0da..2b9f66dd661c8 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 = "0-unstable-2024-06-20";
+  version = "0-unstable-2024-06-23";
 
   src = fetchFromGitHub {
     owner = "aardappel";
     repo = "treesheets";
-    rev = "d363b4207281caaa6f3b84af93b0cd56c1855692";
-    hash = "sha256-aZIt0DAGDQmIeLZHXjYao5CUhjLp9pjTiXJyoDi0kpQ=";
+    rev = "91dea2ba714e9b1fb6ab660ddd295653218bdebc";
+    hash = "sha256-pn+Ki60lBL+2sKXnhYEly8/Yi94mhiMDxTnWZi4ZFOk=";
   };
 
   nativeBuildInputs = [