Skip to content

Commit

Permalink
Merge pull request #66920 from r-ryantm/auto-update/janet
Browse files Browse the repository at this point in the history
janet: 1.1.0 -> 1.2.0
  • Loading branch information
mmahut committed Aug 19, 2019
2 parents 4fb171a + 9c20881 commit 2aedbd0
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.1.0";
version = "1.2.0";

src = fetchFromGitHub {
owner = "janet-lang";
repo = pname;
rev = "v${version}";
sha256 = "0ncyg594fixvvkgk0k89b40v9hy36lcr2gniks3ac6cyqy2iixx5";
sha256 = "1m34j4h8gh5d773hbw55gs1gimli7ccqpwddn4dd59hzhpihwgqz";
};

nativeBuildInputs = [ meson ninja ];
Expand Down

0 comments on commit 2aedbd0

Please sign in to comment.