Unverified Commit 06fa6807 authored by IndeedNotJames's avatar IndeedNotJames
Browse files

discourseAllPlugins: update all

parent f88be465
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@ mkDiscoursePlugin {
  src = fetchFromGitHub {
    owner = "discourse";
    repo = "discourse-assign";
    rev = "c6e6a883f66670e5cfc1eb973af8ac5b7c20f815";
    sha256 = "sha256-OwNV+ZNogUgd6ZKdXwUqoMqcZKc4jbf276rHIYQzjYc=";
    rev = "a655a009fade4671e4a2d38f0a0f7ce89d201d80";
    sha256 = "sha256-HCwId3/7NRuToLFyJrOVaAiSxysB7XNZp9BUndSJzlY=";
  };
  meta = with lib; {
    homepage = "https://github.com/discourse/discourse-docs";
+5 −5
Original line number Diff line number Diff line
GEM
  remote: https://rubygems.org/
  specs:
    activesupport (7.0.4.2)
    activesupport (7.0.4.3)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    concurrent-ruby (1.2.0)
    i18n (1.12.0)
    concurrent-ruby (1.2.2)
    i18n (1.13.0)
      concurrent-ruby (~> 1.0)
    minitest (5.17.0)
    minitest (5.18.0)
    rrule (0.4.4)
      activesupport (>= 2.3)
    tzinfo (2.0.6)
@@ -22,4 +22,4 @@ DEPENDENCIES
  rrule (= 0.4.4)

BUNDLED WITH
   2.4.6
   2.4.10
+2 −2
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@ mkDiscoursePlugin {
  src = fetchFromGitHub {
    owner = "discourse";
    repo = "discourse-calendar";
    rev = "b71d4979370dcbd6f193b2ac5cfa0267f8a19fed";
    sha256 = "sha256-XGybZqoM0nX8acLo3iwo+zD+zA4pz/ekLOnmDRNIVSo=";
    rev = "d85e8e288d69788e0c3202bb3dab9c3450a98914";
    sha256 = "sha256-mSn2gGidH4iSZ0fhf3UPh9pwMQurK0YGW2OAtdEWFBQ=";
  };
  meta = with lib; {
    homepage = "https://github.com/discourse/discourse-calendar";
+8 −8
Original line number Diff line number Diff line
@@ -5,20 +5,20 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0dmywys50074vj5rivpx188b00qimlc4jn84xzqlialrgp3ckq5f";
      sha256 = "15m0b1im6i401ab51vzr7f8nk8kys1qa0snnl741y3sir3xd07jp";
      type = "gem";
    };
    version = "7.0.4.2";
    version = "7.0.4.3";
  };
  concurrent-ruby = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1qnsflsbjj38im8xq35g0vihlz96h09wjn2dad5g543l3vvrkrx5";
      sha256 = "0krcwb6mn0iklajwngwsg850nk8k9b35dhmc2qkbdqvmifdi2y9q";
      type = "gem";
    };
    version = "1.2.0";
    version = "1.2.2";
  };
  i18n = {
    dependencies = ["concurrent-ruby"];
@@ -26,20 +26,20 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1vdcchz7jli1p0gnc669a7bj3q1fv09y9ppf0y3k0vb1jwdwrqwi";
      sha256 = "1yk33slipi3i1kydzrrchbi7cgisaxym6pgwlzx7ir8vjk6wl90x";
      type = "gem";
    };
    version = "1.12.0";
    version = "1.13.0";
  };
  minitest = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1kjy67qajw4rnkbjs5jyk7kc3lyhz5613fwj1i8f6ppdk4zampy0";
      sha256 = "0ic7i5z88zcaqnpzprf7saimq2f6sad57g5mkkqsrqrcd6h3mx06";
      type = "gem";
    };
    version = "5.17.0";
    version = "5.18.0";
  };
  rrule = {
    dependencies = ["activesupport"];
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@ mkDiscoursePlugin {
  src = fetchFromGitHub {
    owner = "discourse";
    repo = "discourse-canned-replies";
    rev = "b30b20d43ba5cbbb1ff1476bb43e97d5b8a807e8";
    sha256 = "sha256-XROYSqGy4Z39VAlMXCbx9d+kivpknN98Kn/HhoC4ndQ=";
    rev = "5a2d9a11ef3f07fc781acd83770bafc14eca2c1b";
    sha256 = "sha256-R6CmL1hqqybc/I3oAzr3xZ4WThPWQirMjlXkF82xmIk=";
  };
  meta = with lib; {
    homepage = "https://github.com/discourse/discourse-canned-replies";
Loading