Merge pull request #255495 from toastal/lunarml-2023-09-16

lunarml: unstable-2023-08-25 → unstable-2023-09-16
This commit is contained in:
Weijia Wang 2023-09-18 23:12:10 +02:00 committed by GitHub
commit 8ba2aa2b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation {
pname = "lunarml";
version = "unstable-2023-08-25";
version = "unstable-2023-09-16";
src = fetchFromGitHub {
owner = "minoki";
repo = "LunarML";
rev = "69d09b47601f4041ca7e8a513c75f3e4835af9dd";
sha256 = "sha256-GXUcWI4/akOKIvCHrsOfceZEdyNZdIdalTc6wX+svS4=";
rev = "0fe97ebed71d6aa24c9e80436d45af1b3ef6abd3";
sha256 = "KSLQva4Lv+hZWrx2cMbLOj82ldodiGn/9j8ksB1FN+s=";
};
outputs = [ "out" "doc" ];