Skip to content

Commit 2d088b4

Browse files
authored
lunarml: 0.2.0 → 0.2.1 (#355379)
2 parents a8eb048 + ae1befa commit 2d088b4

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,16 @@
55
, lua5_3
66
}:
77

8-
let
9-
version = "0.2.0";
10-
in
11-
stdenvNoCC.mkDerivation {
12-
inherit version;
8+
stdenvNoCC.mkDerivation (finalAttrs: {
9+
version = "0.2.1";
1310

1411
pname = "lunarml";
1512

1613
src = fetchFromGitHub {
1714
owner = "minoki";
1815
repo = "LunarML";
19-
rev = "refs/tags/v${version}";
20-
hash = "sha256-w0DWvFegAdpJTab60cDLA+tketmMYeKApx1rCNr27i4=";
16+
rev = "refs/tags/v${finalAttrs.version}";
17+
hash = "sha256-wNcsvtIR/MbvwAIhybc7zzbS+RgfwndQ1jdDVdte+44=";
2118
};
2219

2320
outputs = [ "out" "doc" ];
@@ -55,4 +52,4 @@ stdenvNoCC.mkDerivation {
5552
maintainers = with lib.maintainers; [ toastal ratsclub ];
5653
platforms = mlton.meta.platforms;
5754
};
58-
}
55+
})

0 commit comments

Comments
 (0)