Merge pull request #257551 from toastal/v0.0.20230924

lunarml: unstable-2023-09-21 → 0.0.20230924
This commit is contained in:
K900 2023-11-05 16:27:25 +03:00 committed by GitHub
commit 0a41eb1276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,19 @@
, lua5_3
}:
let
version = "0.0.20230924";
in
stdenvNoCC.mkDerivation {
pname = "lunarml";
inherit version;
version = "unstable-2023-09-21";
pname = "lunarml";
src = fetchFromGitHub {
owner = "minoki";
repo = "LunarML";
rev = "c6e23ae68149bda550ddb75c0df9f422aa379b3a";
sha256 = "DY4gOCXfGV1OVdGXd6GGvbHlQdWWxMg5TZzkceeOu9o=";
rev = "refs/tags/v${version}";
sha256 = "QN5iJEpJJZZuUfY/z57bpOQHDU31ecmJPWQtkXsLmDg=";
};
outputs = [ "out" "doc" ];