Commit 43bd2c32 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

rl_json: 0.15.1 -> 0.15.2

parent 97e6d418
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "rl_json";
  version = "0.15.1";
  version = "0.15.2";

  src = fetchFromGitHub {
    owner = "RubyLane";
    repo = "rl_json";
    rev = finalAttrs.version;
    hash = "sha256-FkOsdOHPE75bSkKw3cdaech6jAv0f/RJ9tgRVzPSAdA=";
    hash = "sha256-y62N4DK80baJx7tQ562ZWOEpKcDldKS1pEwR7NpzuZQ=";
    fetchSubmodules = true;
  };