This repository has no description
0

Configure Feed

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

linux: update

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