diff --git a/pkgs/glitch-soc/gemset.nix b/pkgs/glitch-soc/gemset.nix index ed433c2..c3cc357 100644 --- a/pkgs/glitch-soc/gemset.nix +++ b/pkgs/glitch-soc/gemset.nix @@ -1967,13 +1967,11 @@ groups = [ "default" ]; platforms = [ ]; source = { - fetchSubmodules = false; - rev = "e020fcc3a54d993ab45b7194d89ab720296c111b"; - sha256 = "18pbm9qkancy38v0gpb6f5k0xd8r347jl4xvj4jn98ihfhzgwygj"; - type = "git"; - url = "https://github.com/jhawthorn/nsa.git"; + remotes = [ "https://rubygems.org" ]; + sha256 = "1narh0bj0c9pg8cb2jhpydfa9mnm3dclckzk5s6xrwa2gm99hnk4"; + type = "gem"; }; - version = "0.2.8"; + version = "0.3.0"; }; oj = { groups = [ "default" ]; @@ -2152,10 +2150,10 @@ platforms = [ ]; source = { remotes = [ "https://rubygems.org" ]; - sha256 = "0pfj771p5a29yyyw58qacks464sl86d5m3jxjl5rlqqw2m3v5xq4"; + sha256 = "0s4vskbydg5k0z86v2g5drf03lslkr4b1l421vz29531jlrsljvy"; type = "gem"; }; - version = "1.5.4"; + version = "1.5.5"; }; pghero = { dependencies = [ "activerecord" ]; diff --git a/pkgs/glitch-soc/local-new-fixes.patch b/pkgs/glitch-soc/local-new-fixes.patch index f62f7ef..e69de29 100644 --- a/pkgs/glitch-soc/local-new-fixes.patch +++ b/pkgs/glitch-soc/local-new-fixes.patch @@ -1,13 +0,0 @@ -diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb -index 511c64778..efc643fb4 100644 ---- a/lib/mastodon/version.rb -+++ b/lib/mastodon/version.rb -@@ -17,7 +17,7 @@ module Mastodon - end - - def default_prerelease -- 'alpha.1' -+ 'alpha.2' - end - - def prerelease diff --git a/pkgs/glitch-soc/source.nix b/pkgs/glitch-soc/source.nix index 71f3a96..7d50b39 100644 --- a/pkgs/glitch-soc/source.nix +++ b/pkgs/glitch-soc/source.nix @@ -1,12 +1,12 @@ # This file was generated by pkgs.mastodon.updateScript. { fetchFromGitHub, applyPatches, patches ? [ ] }: -let version = "329863073982a561f9d10a81af83581094da0417"; +let version = "be934df67eea4d7a5b7b6e657f1f2e8ceec5bb63"; in (applyPatches { src = fetchFromGitHub { owner = "arachnist"; repo = "mastodon"; rev = "${version}"; - hash = "sha256-DEc0oXpPU2FevdAthrZ9ZVERkujFS03qx8wvlGvdNCw="; + hash = "sha256-zXBxKC3jf4TaoOlDBgE9FdH9BJ9dwRgvKWLkooq3hPs="; }; patches = patches ++ [ ./local-new-fixes.patch ]; }) // {