mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
binaryninja: fix hashes file name
This commit is contained in:
parent
cec53481de
commit
e5126334c8
3 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
hjs = builtins.fromJSON (builtins.readFile ./hashes.js);
|
hjs = builtins.fromJSON (builtins.readFile ./hashes.json);
|
||||||
|
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
cd "$(dirname "$BASH_SOURCE")"
|
cd "$(dirname "$BASH_SOURCE")"
|
||||||
|
|
||||||
curl -O https://binary.ninja/js/hashes.js
|
curl https://binary.ninja/js/hashes.js -o hashes.json
|
||||||
|
|
Loading…
Reference in a new issue