discourseAllPlugins: Update all

+61 -61
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-assign/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-assign"; 8 - rev = "a655a009fade4671e4a2d38f0a0f7ce89d201d80"; 9 - sha256 = "sha256-HCwId3/7NRuToLFyJrOVaAiSxysB7XNZp9BUndSJzlY="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-docs";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-assign"; 8 + rev = "0cbf10b8055370445bd36536e51986bf48bdc57e"; 9 + sha256 = "sha256-7rJ2zQo1nCHwtVuLJUmdj66Ky2bi4Cpo+22H3DbO1uo="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-docs";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-bbcode-color/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-bbcode-color"; 8 - rev = "f9ebbf016c8c5c763473ff36cc30fdcdf8fcf480"; 9 - sha256 = "sha256-7iCKhMdVlFdHMXxU8mQMU1vFiAbr1qKvG29VdAki+14="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-bbcode-color";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-bbcode-color"; 8 + rev = "35aab2e9b92f8b01633d374ea999e7fd59d020d7"; 9 + sha256 = "sha256-DHckx921EeQysm1UPloCrt43BJetTnZKnTbJGk15NMs="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-bbcode-color";
+4 -4
pkgs/servers/web-apps/discourse/plugins/discourse-calendar/Gemfile.lock
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 - activesupport (7.0.4.3) 5 concurrent-ruby (~> 1.0, >= 1.0.2) 6 i18n (>= 1.6, < 2) 7 minitest (>= 5.1) 8 tzinfo (~> 2.0) 9 concurrent-ruby (1.2.2) 10 - i18n (1.13.0) 11 concurrent-ruby (~> 1.0) 12 - minitest (5.18.0) 13 rrule (0.4.4) 14 activesupport (>= 2.3) 15 tzinfo (2.0.6) ··· 22 rrule (= 0.4.4) 23 24 BUNDLED WITH 25 - 2.4.10
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 + activesupport (7.0.8) 5 concurrent-ruby (~> 1.0, >= 1.0.2) 6 i18n (>= 1.6, < 2) 7 minitest (>= 5.1) 8 tzinfo (~> 2.0) 9 concurrent-ruby (1.2.2) 10 + i18n (1.14.1) 11 concurrent-ruby (~> 1.0) 12 + minitest (5.20.0) 13 rrule (0.4.4) 14 activesupport (>= 2.3) 15 tzinfo (2.0.6) ··· 22 rrule (= 0.4.4) 23 24 BUNDLED WITH 25 + 2.4.13
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-calendar/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-calendar"; 9 - rev = "d85e8e288d69788e0c3202bb3dab9c3450a98914"; 10 - sha256 = "sha256-mSn2gGidH4iSZ0fhf3UPh9pwMQurK0YGW2OAtdEWFBQ="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-calendar";
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-calendar"; 9 + rev = "afc2ee684de41601d6cecc46713d139760f176a6"; 10 + sha256 = "sha256-rTQWO+E/Jg4zjZDYDvBrDQsox5q4dHkdQjwnJxgv3dI="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-calendar";
+6 -6
pkgs/servers/web-apps/discourse/plugins/discourse-calendar/gemset.nix
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "15m0b1im6i401ab51vzr7f8nk8kys1qa0snnl741y3sir3xd07jp"; 9 type = "gem"; 10 }; 11 - version = "7.0.4.3"; 12 }; 13 concurrent-ruby = { 14 groups = ["default"]; ··· 26 platforms = []; 27 source = { 28 remotes = ["https://rubygems.org"]; 29 - sha256 = "1yk33slipi3i1kydzrrchbi7cgisaxym6pgwlzx7ir8vjk6wl90x"; 30 type = "gem"; 31 }; 32 - version = "1.13.0"; 33 }; 34 minitest = { 35 groups = ["default"]; 36 platforms = []; 37 source = { 38 remotes = ["https://rubygems.org"]; 39 - sha256 = "0ic7i5z88zcaqnpzprf7saimq2f6sad57g5mkkqsrqrcd6h3mx06"; 40 type = "gem"; 41 }; 42 - version = "5.18.0"; 43 }; 44 rrule = { 45 dependencies = ["activesupport"];
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 + sha256 = "188kbwkn1lbhz40ala8ykp20jzqphgc68g3d8flin8cqa2xid0s5"; 9 type = "gem"; 10 }; 11 + version = "7.0.8"; 12 }; 13 concurrent-ruby = { 14 groups = ["default"]; ··· 26 platforms = []; 27 source = { 28 remotes = ["https://rubygems.org"]; 29 + sha256 = "0qaamqsh5f3szhcakkak8ikxlzxqnv49n2p7504hcz2l0f4nj0wx"; 30 type = "gem"; 31 }; 32 + version = "1.14.1"; 33 }; 34 minitest = { 35 groups = ["default"]; 36 platforms = []; 37 source = { 38 remotes = ["https://rubygems.org"]; 39 + sha256 = "0bkmfi9mb49m0fkdhl2g38i3xxa02d411gg0m8x0gvbwfmmg5ym3"; 40 type = "gem"; 41 }; 42 + version = "5.20.0"; 43 }; 44 rrule = { 45 dependencies = ["activesupport"];
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-canned-replies/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-canned-replies"; 8 - rev = "5a2d9a11ef3f07fc781acd83770bafc14eca2c1b"; 9 - sha256 = "sha256-R6CmL1hqqybc/I3oAzr3xZ4WThPWQirMjlXkF82xmIk="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-canned-replies";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-canned-replies"; 8 + rev = "732598b6cdc86c74622bb15bfeaebb05611bbc25"; 9 + sha256 = "sha256-t0emNsPT8o0ralUedt33ufH0VLl4/12lVBBCnzfdRxE="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-canned-replies";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-chat-integration/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-chat-integration"; 8 - rev = "9647c7afc0df42b8e2b5ae585afaf51f107fa195"; 9 - sha256 = "sha256-lP404OJvEEQVKIQTBMca7zb/YxQ6HXcPG1jMKpEB3iA="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-chat-integration";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-chat-integration"; 8 + rev = "70fea6b66b68868aa4c00b45a169436deaa142a8"; 9 + sha256 = "sha256-K9MmP1F0B6Na2dTqgnsjMbTQFkF+nNKkI8aF3zPAodc="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-chat-integration";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-checklist/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-checklist"; 8 - rev = "4a7f3df360a8e4ff3bbebfed33ea545b1c72506e"; 9 - sha256 = "sha256-lu8Ry3sUsKnr1nMfR29hbhsfJXLaN5NPuz8iGfsfHTc="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-checklist";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-checklist"; 8 + rev = "d94e58c3060ee7ca0fe76339215ed9456d5f4ea4"; 9 + sha256 = "sha256-zTMkU8NRqxLQ3/ghYTmEhRqbCgdYsYaImHdGu7WwuFk="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-checklist";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-data-explorer/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-data-explorer"; 8 - rev = "f99b3af7ed4a21474f35223e83013ee3e8ad7002"; 9 - sha256 = "sha256-3bBKBSc/+yF9ogNj3J6HXM3ynoAoUZeHhZOOhTfbxDw="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-data-explorer";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-data-explorer"; 8 + rev = "e4f8d3924a18b303c2bb7da9472cf0c060060e4e"; 9 + sha256 = "sha256-K+GPszO3je6NmnhIRSqSEhylUK5oEByaS0bLfAGjvB4="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-data-explorer";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-docs/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-docs"; 8 - rev = "0b4d2f3691048b6e0e257a1ac9ed01f66f662ba8"; 9 - sha256 = "sha256-HeIUCTbMNpuo6zeaDClsGrUOz4m0L+4UK7AwPsrKIHY="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-docs";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-docs"; 8 + rev = "a4b203274b88c5277d0b5b936de0bc0e0016726c"; 9 + sha256 = "sha256-R+VP/gsb2Oa6lPVMhRoGZzOBx5C7kRSxqwYpWE10GHw="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-docs";
+4 -4
pkgs/servers/web-apps/discourse/plugins/discourse-github/Gemfile.lock
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 - addressable (2.8.4) 5 public_suffix (>= 2.0.2, < 6.0) 6 - faraday (2.7.4) 7 faraday-net_http (>= 2.0, < 3.1) 8 ruby2_keywords (>= 0.0.4) 9 faraday-net_http (3.0.2) 10 octokit (5.6.1) 11 faraday (>= 1, < 3) 12 sawyer (~> 0.9) 13 - public_suffix (5.0.1) 14 ruby2_keywords (0.0.5) 15 sawyer (0.9.2) 16 addressable (>= 2.3.5) ··· 24 sawyer (= 0.9.2) 25 26 BUNDLED WITH 27 - 2.4.10
··· 1 GEM 2 remote: https://rubygems.org/ 3 specs: 4 + addressable (2.8.5) 5 public_suffix (>= 2.0.2, < 6.0) 6 + faraday (2.7.10) 7 faraday-net_http (>= 2.0, < 3.1) 8 ruby2_keywords (>= 0.0.4) 9 faraday-net_http (3.0.2) 10 octokit (5.6.1) 11 faraday (>= 1, < 3) 12 sawyer (~> 0.9) 13 + public_suffix (5.0.3) 14 ruby2_keywords (0.0.5) 15 sawyer (0.9.2) 16 addressable (>= 2.3.5) ··· 24 sawyer (= 0.9.2) 25 26 BUNDLED WITH 27 + 2.4.13
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-github/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-github"; 9 - rev = "77e336a1b4ea08e2bb8a010d30146e4844afb3f3"; 10 - sha256 = "sha256-VHuf4ymT+W676RAuA3WPQl9QXLdQz4s8vP9EC8XAwW0="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-github";
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-github"; 9 + rev = "8aa068d56ef010cecaabd50657e7753f4bbecc1f"; 10 + sha256 = "sha256-WzljuGvv6pki3ROkvhXZWQaq5D9JkCbWjdlkdRI8lHE="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-github";
+6 -6
pkgs/servers/web-apps/discourse/plugins/discourse-github/gemset.nix
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "15s8van7r2ad3dq6i03l3z4hqnvxcq75a3h72kxvf9an53sqma20"; 9 type = "gem"; 10 }; 11 - version = "2.8.4"; 12 }; 13 faraday = { 14 dependencies = ["faraday-net_http" "ruby2_keywords"]; ··· 16 platforms = []; 17 source = { 18 remotes = ["https://rubygems.org"]; 19 - sha256 = "1f20vjx0ywx0zdb4dfx4cpa7kd51z6vg7dw5hs35laa45dy9g9pj"; 20 type = "gem"; 21 }; 22 - version = "2.7.4"; 23 }; 24 faraday-net_http = { 25 groups = ["default"]; ··· 47 platforms = []; 48 source = { 49 remotes = ["https://rubygems.org"]; 50 - sha256 = "0hz0bx2qs2pwb0bwazzsah03ilpf3aai8b7lk7s35jsfzwbkjq35"; 51 type = "gem"; 52 }; 53 - version = "5.0.1"; 54 }; 55 ruby2_keywords = { 56 groups = ["default"];
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 + sha256 = "05r1fwy487klqkya7vzia8hnklcxy4vr92m9dmni3prfwk6zpw33"; 9 type = "gem"; 10 }; 11 + version = "2.8.5"; 12 }; 13 faraday = { 14 dependencies = ["faraday-net_http" "ruby2_keywords"]; ··· 16 platforms = []; 17 source = { 18 remotes = ["https://rubygems.org"]; 19 + sha256 = "187clqhp9mv5mnqmjlfdp57svhsg1bggz84ak8v333j9skrnrgh9"; 20 type = "gem"; 21 }; 22 + version = "2.7.10"; 23 }; 24 faraday-net_http = { 25 groups = ["default"]; ··· 47 platforms = []; 48 source = { 49 remotes = ["https://rubygems.org"]; 50 + sha256 = "0n9j7mczl15r3kwqrah09cxj8hxdfawiqxa60kga2bmxl9flfz9k"; 51 type = "gem"; 52 }; 53 + version = "5.0.3"; 54 }; 55 ruby2_keywords = { 56 groups = ["default"];
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-math/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-math"; 8 - rev = "69494ca5a4d708e16e35f1daebeaa53e3edbca2c"; 9 - sha256 = "sha256-C0iVUwj+Lbe6TGfkbu6WxdCeMWVjBaejUh6fXVTqq08="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-math";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-math"; 8 + rev = "529ad1fe6da924da378a60bec48c35657bb01a68"; 9 + sha256 = "sha256-zhtAy0tTVMzQfPilTwfyyzxgCJD4xazOITBuliFR5Gg="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-math";
+1 -1
pkgs/servers/web-apps/discourse/plugins/discourse-migratepassword/Gemfile.lock
··· 23 unix-crypt (= 1.3.0) 24 25 BUNDLED WITH 26 - 2.4.6
··· 23 unix-crypt (= 1.3.0) 24 25 BUNDLED WITH 26 + 2.4.13
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-migratepassword/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "communiteq"; 8 repo = "discourse-migratepassword"; 9 - rev = "f78774242eb9bf49a72d2800a39a24eeaa3b401a"; 10 - sha256 = "sha256-QJO+ei9/l7ye+kWE9VmiIuNCiOH66kd3vds49qlIztY="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/communiteq/discourse-migratepassword";
··· 6 src = fetchFromGitHub { 7 owner = "communiteq"; 8 repo = "discourse-migratepassword"; 9 + rev = "a95ae6bca4126172186fafcd2315f51a4504c23b"; 10 + sha256 = "sha256-lr2xHz+8q4XnHc/7KLX0Z2m0KMffLgGYk36zxGG9X5o="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/communiteq/discourse-migratepassword";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-openid-connect/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-openid-connect"; 9 - rev = "a16d5edd386f4099064753a4eed72ecb9c1bb1a8"; 10 - sha256 = "sha256-9Fuu/UFmU4Gpkm5cRKOgDK0bt7nD545X18wtue+IrN8="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-openid-connect";
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-openid-connect"; 9 + rev = "b1df541ad29f6f6098a1008b83393b2d400986ed"; 10 + sha256 = "sha256-afRd/9M0nQGkS14Q8BJhcJwMCkOku3Fr0uHxcRl44vQ="; 11 }; 12 meta = with lib; { 13 homepage = "https://github.com/discourse/discourse-openid-connect";
+1 -1
pkgs/servers/web-apps/discourse/plugins/discourse-prometheus/Gemfile
··· 4 5 # gem "rails" 6 gem "webrick", "1.7.0" 7 - gem "prometheus_exporter", File.read(File.expand_path("../prometheus_exporter_version", __FILE__)).strip
··· 4 5 # gem "rails" 6 gem "webrick", "1.7.0" 7 + gem "prometheus_exporter", "2.0.6"
+1 -1
pkgs/servers/web-apps/discourse/plugins/discourse-prometheus/Gemfile.lock
··· 13 webrick (= 1.7.0) 14 15 BUNDLED WITH 16 - 2.4.10
··· 13 webrick (= 1.7.0) 14 15 BUNDLED WITH 16 + 2.4.13
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-prometheus/default.nix
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-prometheus"; 9 - rev = "802cb5aa89838ecb3078dbe21b70d87b1675d89e"; 10 - sha256 = "sha256-tgujK/k/7l/9dAFna5sfUpgP0PVfjk+aGRbqZ70lmRw="; 11 }; 12 13 patches = [
··· 6 src = fetchFromGitHub { 7 owner = "discourse"; 8 repo = "discourse-prometheus"; 9 + rev = "8a7a46a80cc65aa0839bc5e3c3b6f8ef6544089f"; 10 + sha256 = "sha256-TL+pbP26LvRMKdy8CAuBEK+LZfAs8HfggMeUDaBu9hc="; 11 }; 12 13 patches = [
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-reactions/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-reactions"; 8 - rev = "01aca15b2774c088f3673118e92e9469f37d2fb6"; 9 - sha256 = "sha256-txQ1G2pBcl4bMBwv3vTs9dwBGKp2uEBvK7BuqQ1O8xg="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-reactions";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-reactions"; 8 + rev = "643f807a3a2195f08211064301f0350d9f51604f"; 9 + sha256 = "sha256-4FdiYUNysSuOJ664G3YvlUHx/J7MLUS3kVBdXT47oEw="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-reactions";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-saved-searches/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-saved-searches"; 8 - rev = "5c6d1b6c186c5c96bb92bd6de62d3bc2da6a5b68"; 9 - sha256 = "sha256-Z9wWwf9gH/Iainxx089J4eT7MpQeHpFXgTU40p/IcYY="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-saved-searches";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-saved-searches"; 8 + rev = "7c9bdcd68951e7cef16cafe3c4bfb583bb994d2a"; 9 + sha256 = "sha256-6RIN12ACDCeRcxmsC3FgeIPdvovI4arn7w/Dqil1yCI="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-saved-searches";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-solved/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-solved"; 8 - rev = "29a991e60f3ca3bb44d382d675e4458794a683f3"; 9 - sha256 = "sha256-6flXuGA7SdIlGLYzyY5AXzQF/cEs39XfeptoBia8SHw="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-solved";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-solved"; 8 + rev = "b5d487d6a5bfe2571d936eec5911d02a5f3fcc32"; 9 + sha256 = "sha256-Tt7B9PcsV8E7B+m8GnJw+MBz9rGYtojKt6NjBFMQvOM="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-solved";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-spoiler-alert/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-spoiler-alert"; 8 - rev = "0ee68da1fe1d029685a373df7fc874fcd2e50991"; 9 - sha256 = "sha256-z+0RL7HAJ92TyI1z2DBpirYN7IWzV7iGejs8Howo2+s="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-spoiler-alert";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-spoiler-alert"; 8 + rev = "65989714af08eda44196cca3a0afe85c9e9443f9"; 9 + sha256 = "sha256-R/vqNEDst50+Y7anckIvhy4viBOqBemIZMh4sPt7kRM="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-spoiler-alert";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-voting/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-voting"; 8 - rev = "d9cab9664263e75d46533fb83586ce88cb2b6cfe"; 9 - sha256 = "sha256-cKbsc2ZPXaU4CAzM+oqwbs93l3NMrOGw4IBZLVZIDyw="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-voting";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-voting"; 8 + rev = "6449fc15658d972e20086a3f1fae3dbac9cd9eeb"; 9 + sha256 = "sha256-f04LpVeodCVEB/t5Ic2dketp542Nrc0rZWbQ6hrC22g="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-voting";
+2 -2
pkgs/servers/web-apps/discourse/plugins/discourse-yearly-review/default.nix
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-yearly-review"; 8 - rev = "af7e294d04ca7b0c64dd604d19a553500accee51"; 9 - sha256 = "sha256-ioUJqLe/sUDKKa106hGY4OhwOgC+96YFQ4Lqr/CFF7Y="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-yearly-review";
··· 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-yearly-review"; 8 + rev = "3246c6b378f9e69e664c575efc63c2ad83bcac2f"; 9 + sha256 = "sha256-usHHyfYP4YAQ94f7gvNSH7VBRRkdZMmsSi9QQM8tPfY="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-yearly-review";