alpha
Login
or
Join now
tombl.dev
/
distro
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
linux: update
author
Thomas Stokes
date
1 year ago
(Apr 18, 2025, 5:01 PM +0800)
commit
eff48f00
eff48f00472d93732291216e3068bacc7692c377
parent
44409b19
44409b19e1448dea73d9d384eb6f284c1675eaf9
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
packages
linux
package.nix
+2
-2
packages/linux/package.nix
Reviewed
···
26
26
owner = "tombl";
27
27
repo = "linux";
28
28
rev = "refs/heads/wasm";
29
29
-
hash = "sha256-pz2Y4RdKTzcqKy2aj3yhxL441409fx/4SAFu00K/vZY=";
29
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
71
-
sed -i "s/LIBRARY_VERSION/$hash/" $site/index.html
71
71
+
sed -i "s/LIBRARY_VERSION/$hash/" $site/index.html
72
72
73
73
make headers_install INSTALL_HDR_PATH=$headers
74
74
''