about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-22 10:02:23 -0400
committerGitHub <noreply@github.com>2024-06-22 10:02:23 -0400
commit7c8c31f890e71fabc4c9c5c1b85d04363cccc0e1 (patch)
treefd6227d29350f7ca646d61c9440b9b41af85b685 /pkgs/applications/office
parentd400308f5356f0a55c3460321eb8047e92613e21 (diff)
parent6215e2c784d10c5bda60af356cb133ea96820323 (diff)
Merge pull request #321608 from r-ryantm/auto-update/treesheets
treesheets: 0-unstable-2024-06-09 -> 0-unstable-2024-06-20
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 cff458a63fd3f..c2a84adc2a0da 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-09";
+  version = "0-unstable-2024-06-20";
 
   src = fetchFromGitHub {
     owner = "aardappel";
     repo = "treesheets";
-    rev = "c753ce40686c3044eb7fb653bb913d1610096cd1";
-    hash = "sha256-WpbG2RY7z71GBSDjv/VjcFsGcb/YK7P4oMVEydsYpuw=";
+    rev = "d363b4207281caaa6f3b84af93b0cd56c1855692";
+    hash = "sha256-aZIt0DAGDQmIeLZHXjYao5CUhjLp9pjTiXJyoDi0kpQ=";
   };
 
   nativeBuildInputs = [