summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-09-17 10:01:37 -0400
committerGitHub <noreply@github.com>2023-09-17 10:01:37 -0400
commit230210571329f3eb56446592862f0e722a3832fc (patch)
tree996e9717bcca826736e9a63d34383dc219561ca9 /pkgs/applications/office
parentff0fa4498d7d96306d357c25f386262656e07cf0 (diff)
parentf468d80ee1387b9efc7e96701300826f12fc7835 (diff)
downloadnixpkgs-230210571329f3eb56446592862f0e722a3832fc.tar
nixpkgs-230210571329f3eb56446592862f0e722a3832fc.tar.gz
nixpkgs-230210571329f3eb56446592862f0e722a3832fc.tar.bz2
nixpkgs-230210571329f3eb56446592862f0e722a3832fc.tar.lz
nixpkgs-230210571329f3eb56446592862f0e722a3832fc.tar.xz
nixpkgs-230210571329f3eb56446592862f0e722a3832fc.tar.zst
nixpkgs-230210571329f3eb56446592862f0e722a3832fc.zip
Merge pull request #255560 from r-ryantm/auto-update/treesheets
treesheets: unstable-2023-09-07 -> unstable-2023-09-15
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 0c75533b893..e41dfcd15fa 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-09-07";
+  version = "unstable-2023-09-15";
 
   src = fetchFromGitHub {
     owner = "aardappel";
     repo = "treesheets";
-    rev = "8d4073d2fedfc9952c3a06fd9d9be17ffeb50cf0";
-    sha256 = "BpE402BL9PHx6g2gkeRBP4F2XLAjca3KpyXwFDWayio=";
+    rev = "8e1ebe5a55f6a725ba6fe342b4b7604438d9d406";
+    sha256 = "zz2erN/ap6vT56khqbpANu1eV/C9eQ6SBWEV4GNbmEY=";
   };
 
   nativeBuildInputs = [