Skip to content

Commit

Permalink
janet: 1.36.0 -> 1.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and peterhoeg committed Dec 9, 2024
1 parent de75b91 commit 98ebb7e
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 @@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "janet";
version = "1.36.0";
version = "1.37.1";

src = fetchFromGitHub {
owner = "janet-lang";
repo = "janet";
rev = "v${finalAttrs.version}";
hash = "sha256-lAasSRQwqkc86jobSejLFGAiaCu+EM+2sc92Kc2KxMs=";
hash = "sha256-KwuBJY3SG5Ao/sFgjrp0pzEasdI7AAWrG49uHjVA1Rs=";
};

postPatch = ''
Expand Down

0 comments on commit 98ebb7e

Please sign in to comment.