about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-14 13:34:02 -0400
committerGitHub <noreply@github.com>2024-06-14 13:34:02 -0400
commit145ddf6013d267659d3f4946ecc2f9ca4094a484 (patch)
tree6c6b67ae747ca4e193e06de6c2cc80ceed38555b /pkgs/applications/office
parentda7bd268354c8363e6d2f03802aae37486560d50 (diff)
parent9260e62182c7d3245fb583e6c8cf9f534e2e5110 (diff)
Merge pull request #319661 from r-ryantm/auto-update/treesheets
treesheets: 0-unstable-2024-06-05 -> 0-unstable-2024-06-09
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 d9ca511141f80..cff458a63fd3f 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-05";
+  version = "0-unstable-2024-06-09";
 
   src = fetchFromGitHub {
     owner = "aardappel";
     repo = "treesheets";
-    rev = "1ad0ec1ad235dd00bbd6bfdb27e24f3dcd610da4";
-    hash = "sha256-1Xb4Jdw04E2xTg/93zsGse3Yao8h51kDcJpbvx41yp0=";
+    rev = "c753ce40686c3044eb7fb653bb913d1610096cd1";
+    hash = "sha256-WpbG2RY7z71GBSDjv/VjcFsGcb/YK7P4oMVEydsYpuw=";
   };
 
   nativeBuildInputs = [