aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-12-05 02:07:35 -0800
committerFuwn <[email protected]>2025-12-05 02:07:35 -0800
commit05d54f440ced80581276ec882fbcf38b4047c126 (patch)
tree51515cee0c56207155e9e8b0489ad78fcaefac60 /flake.nix
parentfeat(packages): Bump Yae (diff)
downloadtsutsumi-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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index dbd78a2..80fbb5c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 {