aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-12-02 20:36:54 -0800
committerFuwn <[email protected]>2024-12-02 20:36:54 -0800
commitfdc9555800a631f68cd2accdad24c701a1f4e00e (patch)
tree3b976917f2e159d679f2335af54484ed5c4c3dbd
parentaf8d47f92af62917ea2f8fe800782374225d36bc (diff)
downloadyae-fdc9555800a631f68cd2accdad24c701a1f4e00e.tar.xz
yae-fdc9555800a631f68cd2accdad24c701a1f4e00e.zip
docs(examples): add new sri hash field to example yae environment file
-rw-r--r--examples/nixpkgs/yae.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/nixpkgs/yae.json b/examples/nixpkgs/yae.json
index 54b371c..eb5ff31 100644
--- a/examples/nixpkgs/yae.json
+++ b/examples/nixpkgs/yae.json
@@ -2,6 +2,7 @@
"nixpkgs": {
"url": "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz",
"sha256": "1wn29537l343lb0id0byk0699fj0k07m1n2d7jx2n0ssax55vhwy",
+ "hash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=",
"unpack": true,
"type": "git",
"version": "nixos-unstable",