Skip to content

Commit

Permalink
janet: 1.23.0 -> 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and peterhoeg committed Aug 18, 2022
1 parent bb3b4db commit 802ea45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/janet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "janet";
version = "1.23.0";
version = "1.24.0";

src = fetchFromGitHub {
owner = "janet-lang";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FQZ9I9ROC1gWGfMCxsNMN3g/arenRtC6LHsOIAKGyuE=";
sha256 = "sha256-scc29tS3jiGacHp90tGmn/qnbLscJ4sAOCm8IteXfh4=";
};

# This release fails the test suite on darwin, remove when debugged.
Expand Down

0 comments on commit 802ea45

Please sign in to comment.