Merge pull request #332742 from toastal/lunarml-0.2.0

lunarml: 0.1.0 → 0.2.0
This commit is contained in:
Sebastián Mancilla 2024-08-13 21:45:58 -04:00 committed by GitHub
commit 59d1a81a75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
}:
let
version = "0.1.0";
version = "0.2.0";
in
stdenvNoCC.mkDerivation {
inherit version;
@ -17,7 +17,7 @@ stdenvNoCC.mkDerivation {
owner = "minoki";
repo = "LunarML";
rev = "refs/tags/v${version}";
hash = "sha256-wM6ppH0g8yIi+4fwTejzZGn1uv/Wvlajn87A+IKbPXw=";
hash = "sha256-w0DWvFegAdpJTab60cDLA+tketmMYeKApx1rCNr27i4=";
};
outputs = [ "out" "doc" ];