We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33319c3 commit f33e02bCopy full SHA for f33e02b
pkgs/development/interpreters/janet/default.nix
@@ -10,13 +10,13 @@
10
11
stdenv.mkDerivation (finalAttrs: {
12
pname = "janet";
13
- version = "1.37.1";
+ version = "1.38.0";
14
15
src = fetchFromGitHub {
16
owner = "janet-lang";
17
repo = "janet";
18
rev = "v${finalAttrs.version}";
19
- hash = "sha256-KwuBJY3SG5Ao/sFgjrp0pzEasdI7AAWrG49uHjVA1Rs=";
+ hash = "sha256-PLfBFsZqwSpE+3cduDXyRZZDpiL8+zHyIjVopK0oqPo=";
20
};
21
22
postPatch =
0 commit comments