about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-19 11:22:08 -0400
committerGitHub <noreply@github.com>2024-05-19 11:22:08 -0400
commit7db8d163885ed9dbdf88dcd187298dac617f2b23 (patch)
tree83a047862a707a2d0f8253c3b9a3c3d729d25466 /pkgs/applications
parent8c6079d1156cc6ffd4b65a5ff74f1fb9b705eaa3 (diff)
parent75719bd1a86bac7e453888596ea902d50902f5cc (diff)
Merge pull request #312850 from r-ryantm/auto-update/treesheets
treesheets: 0-unstable-2024-05-04 -> 0-unstable-2024-05-18
Diffstat (limited to 'pkgs/applications')
-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 91852af85528f..c0aef4fad1856 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-05-04";
+  version = "0-unstable-2024-05-18";
 
   src = fetchFromGitHub {
     owner = "aardappel";
     repo = "treesheets";
-    rev = "f29512886514410fa68d2debdb9389a8f81f3aaa";
-    hash = "sha256-Uq8G2lSVTj1JmiLnn5FZd/WKS+wjZxoaliOyghVZg34=";
+    rev = "dfbea81adc25e109dfe5482cc09508f612aaa84d";
+    hash = "sha256-Hh42q7soCCXY7AMTH3bLMlUJ72y3QOyC/1nFUQPMFaM=";
   };
 
   nativeBuildInputs = [