about summary refs log tree commit diff
path: root/pkgs/applications/office/treesheets
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-28 20:15:54 +0000
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-04 12:37:57 +0200
commit95503fe652dd3bce59a9131a08ed43cbbee304b6 (patch)
treeb45da0f551721ce960787eb5a4ead482d94a2d4e /pkgs/applications/office/treesheets
parent63a83204a0786d687805c4dad25134fc18e6e563 (diff)
treesheets: unstable-2024-04-11 -> 0-unstable-2024-04-27
Diffstat (limited to 'pkgs/applications/office/treesheets')
-rw-r--r--pkgs/applications/office/treesheets/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/applications/office/treesheets/default.nix b/pkgs/applications/office/treesheets/default.nix
index fc88bf6b58817..3e6ed97d11c87 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-2024-04-11";
+  version = "0-unstable-2024-04-27";
 
   src = fetchFromGitHub {
     owner = "aardappel";
     repo = "treesheets";
-    rev = "5e9e95a34221d4bda584d2130586177e29ee8fe7";
-    sha256 = "X0aB0rJZd9G8S+QWviSAdB/YQMT4lVV3yiELzZs+P3g=";
+    rev = "fee4de37933f60895f78f45eb192d27bcdf0640e";
+    hash = "sha256-ej8Pjz7gvVP8gVsC68h60/uy+CkrcrBflhW/PjsxCvM=";
   };
 
   nativeBuildInputs = [
@@ -45,7 +45,9 @@ stdenv.mkDerivation rec {
   '';
 
   passthru = {
-    updateScript = unstableGitUpdater { };
+    updateScript = unstableGitUpdater {
+      hardcodeZeroVersion = true;
+    };
   };
 
   meta = with lib; {