lunarml: unstable-2023-09-21 → 0.0.20230924
This commit is contained in:
parent
8ab2b1221d
commit
918618ee66
1 changed files with 7 additions and 4 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue