We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a13dcfb + ba0f0dc commit 3fa6bc4Copy full SHA for 3fa6bc4
pkgs/applications/office/treesheets/default.nix
@@ -12,13 +12,13 @@
12
13
stdenv.mkDerivation rec {
14
pname = "treesheets";
15
- version = "0-unstable-2025-02-05";
+ version = "0-unstable-2025-02-20";
16
17
src = fetchFromGitHub {
18
owner = "aardappel";
19
repo = "treesheets";
20
- rev = "474b0cd2e779e22fc8e6de225a27ad88bc5eec65";
21
- hash = "sha256-qJ30qjwV4ayTvf2XAZnAdn907YdYCb/XAhxaExDeHZI=";
+ rev = "4e4d99df2080535cf4838319a8b3526425ba7bb7";
+ hash = "sha256-zM890w0GgtW++mAhze73GaCThx7WhyucrC24yDZYq0k=";
22
};
23
24
nativeBuildInputs = [
0 commit comments