about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-05 21:08:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-05 21:08:07 +0000
commit6a41eab7bf7453665e02bc34158350c455b65146 (patch)
treecaed016c807ae1928b694e8ecdfaa2372324c33b
parent8a50cbb3a551b9c461df11d2196f63e79eff529d (diff)
treesheets: 0-unstable-2024-04-27 -> 0-unstable-2024-05-04
-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 3e6ed97d11c87..91852af85528f 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-04-27";
+  version = "0-unstable-2024-05-04";
 
   src = fetchFromGitHub {
     owner = "aardappel";
     repo = "treesheets";
-    rev = "fee4de37933f60895f78f45eb192d27bcdf0640e";
-    hash = "sha256-ej8Pjz7gvVP8gVsC68h60/uy+CkrcrBflhW/PjsxCvM=";
+    rev = "f29512886514410fa68d2debdb9389a8f81f3aaa";
+    hash = "sha256-Uq8G2lSVTj1JmiLnn5FZd/WKS+wjZxoaliOyghVZg34=";
   };
 
   nativeBuildInputs = [