Skip to content

Commit ae1befa

Browse files
committed
lunarml: 0.2.0 → 0.2.1
1 parent 8ad93f3 commit ae1befa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/lu/lunarml/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
}:
77

88
stdenvNoCC.mkDerivation (finalAttrs: {
9-
version = "0.2.0";
9+
version = "0.2.1";
1010

1111
pname = "lunarml";
1212

1313
src = fetchFromGitHub {
1414
owner = "minoki";
1515
repo = "LunarML";
1616
rev = "refs/tags/v${finalAttrs.version}";
17-
hash = "sha256-w0DWvFegAdpJTab60cDLA+tketmMYeKApx1rCNr27i4=";
17+
hash = "sha256-wNcsvtIR/MbvwAIhybc7zzbS+RgfwndQ1jdDVdte+44=";
1818
};
1919

2020
outputs = [ "out" "doc" ];

0 commit comments

Comments
 (0)