about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-04 22:08:30 +0200
committerGitHub <noreply@github.com>2024-06-04 22:08:30 +0200
commitc1d4d8de47355a9e9cc472df3404dc9855b3ca18 (patch)
tree1a344c8bab02200b996edf28f56a8048b08d25e7 /pkgs/applications
parentb4934f5bf86277bd3a6c747647beeb08f3dc85be (diff)
parent23041e593123b9b2d9cce4550eb67159a6a06055 (diff)
Merge pull request #315738 from r-ryantm/auto-update/treesheets
treesheets: 0-unstable-2024-05-20 -> 0-unstable-2024-05-29
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 1af2bbe23c358..a3b7bc51f2b65 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-20";
+  version = "0-unstable-2024-05-29";
 
   src = fetchFromGitHub {
     owner = "aardappel";
     repo = "treesheets";
-    rev = "149d3377692cf5c585522f9245d9eb5dd7ddb742";
-    hash = "sha256-qqeK13EazfdQteYcBMgWQ/0F4sBaOYCUpw7BMwfoe7k=";
+    rev = "23654b9be71b59bbffd156ecedc663bd152d123c";
+    hash = "sha256-ZTLMqDAmyojvET6qp1ziMNQgk2c+45z2UB3yFMhTmUQ=";
   };
 
   nativeBuildInputs = [