We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7af911 commit 8ca8b6bCopy full SHA for 8ca8b6b
aslp/aslp_web.nix
@@ -13,16 +13,16 @@
13
14
buildDunePackage rec {
15
pname = "aslp_web";
16
- version = "0-unstable-2024-09-05";
+ version = "0-unstable-2025-02-05";
17
18
buildInputs = [ asli js_of_ocaml js_of_ocaml-ppx zarith_stubs_js ];
19
nativeBuildInputs = [ python3 js_of_ocaml-compiler nodejs-slim ];
20
21
src = fetchFromGitHub {
22
owner = "katrinafyi";
23
repo = "aslp-web";
24
- rev = "a774047588e45fb51bec1ad38c5476dc5638ded5";
25
- hash = "sha256-BO8ydUnYUDS1z+jjXYAcf0NBiUv22Dt8jr4BvaWO3e8=";
+ rev = "f9d2b292eca95737c585b5baf8306e3688e09228";
+ hash = "sha256-UyHcR8tnhvcsbDjMsvKkCqfw8f7Gg5hZFsBFC6wJ6Hg=";
26
};
27
28
postPatch = ''
0 commit comments