This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

site: add cachebusting param to unhashed entry in index.html (#45)

+3 -1
+3 -1
packages/linux/package.nix
··· 26 26 owner = "tombl"; 27 27 repo = "linux"; 28 28 rev = "refs/heads/wasm"; 29 - hash = "sha256-enDcZb3V22I8JQVw6HPioo0Yzj6zScaQFagARDxy42k="; 29 + hash = "sha256-pz2Y4RdKTzcqKy2aj3yhxL441409fx/4SAFu00K/vZY="; 30 30 }; 31 31 path = [ 32 32 bc ··· 67 67 done 68 68 69 69 cp -r tools/wasm/dist $out 70 + hash=$(cksum $out/index.js | cut -d' ' -f1) 71 + sed -i "s/LIBRARY_VERSION/$hash/" $site/index.html 70 72 71 73 make headers_install INSTALL_HDR_PATH=$headers 72 74 ''