1
0
Fork 0
mirror of https://github.com/mitchellh/zig-overlay.git synced 2025-05-08 18:46:02 +03:00

Add verify_and_hash.py

This commit is contained in:
Mitchell Hashimoto 2023-01-17 10:49:17 -08:00
parent 03177b00df
commit 8499170825
No known key found for this signature in database
GPG key ID: 523D5DC389D273BC
4 changed files with 166 additions and 73 deletions

View file

@ -43,6 +43,7 @@
nativeBuildInputs = with pkgs; [
curl
jq
python3Full
];
};