Unverified Commit ff7ebf51 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

janet: 1.35.2 -> 1.36.0 (#341936)

parents 319d4af9 9ecb30a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

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

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

  postPatch = ''