about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-06 12:13:47 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-06 12:13:47 +0000
commit3d3d8735419c1521285dd3ebf66cead8dc6b2b7e (patch)
tree12f60596fb97dde34ad9f2be4cf00c0ef1a47a8f
parent844ccd07fb2aa17250952aee34a6fefd914b4638 (diff)
treesheets: 0-unstable-2024-05-29 -> 0-unstable-2024-06-05
-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 a3b7bc51f2b65..d9ca511141f80 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-29";
+  version = "0-unstable-2024-06-05";
 
   src = fetchFromGitHub {
     owner = "aardappel";
     repo = "treesheets";
-    rev = "23654b9be71b59bbffd156ecedc663bd152d123c";
-    hash = "sha256-ZTLMqDAmyojvET6qp1ziMNQgk2c+45z2UB3yFMhTmUQ=";
+    rev = "1ad0ec1ad235dd00bbd6bfdb27e24f3dcd610da4";
+    hash = "sha256-1Xb4Jdw04E2xTg/93zsGse3Yao8h51kDcJpbvx41yp0=";
   };
 
   nativeBuildInputs = [