diff options
| author | Fuwn <[email protected]> | 2025-12-05 02:07:35 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-12-05 02:07:35 -0800 |
| commit | 05d54f440ced80581276ec882fbcf38b4047c126 (patch) | |
| tree | 51515cee0c56207155e9e8b0489ad78fcaefac60 /flake.nix | |
| parent | feat(packages): Bump Yae (diff) | |
| download | tsutsumi-05d54f440ced80581276ec882fbcf38b4047c126.tar.xz tsutsumi-05d54f440ced80581276ec882fbcf38b4047c126.zip | |
refactor(flake.nix): Use hash instead of sha256 in fetchzip
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ name: let archive = pkgs.fetchzip { - inherit (yae.${name}) url sha256; + inherit (yae.${name}) url hash; }; in ((import "${archive}/flake.nix").outputs { |