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.
1 parent 9199022 commit 9e3b417Copy full SHA for 9e3b417
pkgs/by-name/tr/treesheets/package.nix
@@ -12,13 +12,13 @@
12
13
stdenv.mkDerivation rec {
14
pname = "treesheets";
15
- version = "0-unstable-2025-03-03";
+ version = "0-unstable-2025-03-15";
16
17
src = fetchFromGitHub {
18
owner = "aardappel";
19
repo = "treesheets";
20
- rev = "a09352dabf6c491eed411bca5e613ba58142debc";
21
- hash = "sha256-3lO8bsdluj24EMikvSQ7qOciHmIlKVxR3GWAG/SfUFM=";
+ rev = "6240644205b963e3e1b1fd4d21762e209ef38c05";
+ hash = "sha256-sgzgqb1lirVVE1TKNarMgnn5altsSyNL/CQd+IBatPI=";
22
};
23
24
nativeBuildInputs = [
0 commit comments