lunarml: 0.0.20230924 → 0.0.20231113

This commit is contained in:
toastal 2023-11-14 02:08:41 +07:00 committed by Anderson Torres
parent 48068224fe
commit 8ebb8e9d86

View File

@ -6,7 +6,7 @@
}:
let
version = "0.0.20230924";
version = "0.0.20231113";
in
stdenvNoCC.mkDerivation {
inherit version;
@ -17,7 +17,7 @@ stdenvNoCC.mkDerivation {
owner = "minoki";
repo = "LunarML";
rev = "refs/tags/v${version}";
sha256 = "QN5iJEpJJZZuUfY/z57bpOQHDU31ecmJPWQtkXsLmDg=";
hash = "sha256-LmS+pkdCraY8sor+lsq/vCODFyVneKkZqjZqbJ1trb4=";
};
outputs = [ "out" "doc" ];