Skip to content

Commit 60d2878

Browse files
erictapenSuperSandro2000
authored andcommitted
1 parent 796a822 commit 60d2878

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pkgs/servers/mastodon/gemset.nix

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2460,10 +2460,10 @@
24602460
platforms = [ ];
24612461
source = {
24622462
remotes = [ "https://rubygems.org" ];
2463-
sha256 = "1km0wqx9pj609jidvrqfsvzbzfgdnlpdnv7i7xfqm3wb55vk5w6y";
2463+
sha256 = "1hjnb5b5m549irs0h1455ipzsv82pikdagx9wjb6r4j1bkjy494d";
24642464
type = "gem";
24652465
};
2466-
version = "2.1.2";
2466+
version = "2.1.3";
24672467
};
24682468
omniauth-cas = {
24692469
dependencies = [
@@ -2503,10 +2503,10 @@
25032503
platforms = [ ];
25042504
source = {
25052505
remotes = [ "https://rubygems.org" ];
2506-
sha256 = "00nn24s74miy7p65y8lwpjfwgcn7fwld61f9ghngal4asgw6pfwa";
2506+
sha256 = "1c2i8yry06qpqg4k8xps5aj0hfw7l7m5vdqf85sbpr04ngfdpq6l";
25072507
type = "gem";
25082508
};
2509-
version = "2.2.1";
2509+
version = "2.2.3";
25102510
};
25112511
omniauth_openid_connect = {
25122512
dependencies = [
@@ -3204,10 +3204,10 @@
32043204
platforms = [ ];
32053205
source = {
32063206
remotes = [ "https://rubygems.org" ];
3207-
sha256 = "12mv97fz3jp6nl4bc36wiqwdiivv5lgqcpfnan91w20rzapljk22";
3207+
sha256 = "1yzhcwvfkrlb8l79w24yjclv636jn6rnznp95shmssk934bi1vnc";
32083208
type = "gem";
32093209
};
3210-
version = "2.2.11";
3210+
version = "2.2.13";
32113211
};
32123212
rack-attack = {
32133213
dependencies = [ "rack" ];
@@ -3970,10 +3970,10 @@
39703970
platforms = [ ];
39713971
source = {
39723972
remotes = [ "https://rubygems.org" ];
3973-
sha256 = "1adq06m684gnpjp6qyb8shgj8jjy2npcfg7y6mg2ab9ilfdq6684";
3973+
sha256 = "0vgsvdaglz1spx9gxrr6xh7qqhi4qd8jd06h2ihwxmazj9ajld6y";
39743974
type = "gem";
39753975
};
3976-
version = "1.17.0";
3976+
version = "1.18.0";
39773977
};
39783978
ruby-vips = {
39793979
dependencies = [

pkgs/servers/mastodon/source.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
patches ? [ ],
66
}:
77
let
8-
version = "4.3.5";
8+
version = "4.3.6";
99
in
1010
(applyPatches {
1111
src = fetchFromGitHub {
1212
owner = "mastodon";
1313
repo = "mastodon";
1414
rev = "v${version}";
15-
hash = "sha256-sGjb9D2BcCd8a7f8XPUI/FN6Za7uTv5i123/zkS24i0=";
15+
hash = "sha256-cTJmSrQ+xlDfrAyHKeiIvrUOgAh9DQT2NNizN8XT3P0=";
1616
};
1717
patches = patches ++ [ ];
1818
})

0 commit comments

Comments
 (0)