mastodon: 4.3.5 -> 4.3.6

Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.3.6
This commit is contained in:
Kerstin Humm
2025-03-13 14:59:30 +01:00
committed by Sandro Jäckel
parent 796a82222c
commit 60d28783f6
2 changed files with 10 additions and 10 deletions

View File

@@ -2460,10 +2460,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "1km0wqx9pj609jidvrqfsvzbzfgdnlpdnv7i7xfqm3wb55vk5w6y";
sha256 = "1hjnb5b5m549irs0h1455ipzsv82pikdagx9wjb6r4j1bkjy494d";
type = "gem";
};
version = "2.1.2";
version = "2.1.3";
};
omniauth-cas = {
dependencies = [
@@ -2503,10 +2503,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "00nn24s74miy7p65y8lwpjfwgcn7fwld61f9ghngal4asgw6pfwa";
sha256 = "1c2i8yry06qpqg4k8xps5aj0hfw7l7m5vdqf85sbpr04ngfdpq6l";
type = "gem";
};
version = "2.2.1";
version = "2.2.3";
};
omniauth_openid_connect = {
dependencies = [
@@ -3204,10 +3204,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "12mv97fz3jp6nl4bc36wiqwdiivv5lgqcpfnan91w20rzapljk22";
sha256 = "1yzhcwvfkrlb8l79w24yjclv636jn6rnznp95shmssk934bi1vnc";
type = "gem";
};
version = "2.2.11";
version = "2.2.13";
};
rack-attack = {
dependencies = [ "rack" ];
@@ -3970,10 +3970,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "1adq06m684gnpjp6qyb8shgj8jjy2npcfg7y6mg2ab9ilfdq6684";
sha256 = "0vgsvdaglz1spx9gxrr6xh7qqhi4qd8jd06h2ihwxmazj9ajld6y";
type = "gem";
};
version = "1.17.0";
version = "1.18.0";
};
ruby-vips = {
dependencies = [

View File

@@ -5,14 +5,14 @@
patches ? [ ],
}:
let
version = "4.3.5";
version = "4.3.6";
in
(applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-sGjb9D2BcCd8a7f8XPUI/FN6Za7uTv5i123/zkS24i0=";
hash = "sha256-cTJmSrQ+xlDfrAyHKeiIvrUOgAh9DQT2NNizN8XT3P0=";
};
patches = patches ++ [ ];
})