Skip to content

Commit

Permalink
mastodon: 4.3.1 -> 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Izorkin authored and RedEtherbloom committed Dec 4, 2024
1 parent 19476de commit 0dd4b0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/mastodon/gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2753,10 +2753,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0rr145mvjgc4n28lfy0gw87aw3ab680h83bdi5i102ik8mixk3zn";
sha256 = "1j9p66pmfgxnzp76ksssyfyqqrg7281dyi3xyknl3wwraaw7a66p";
type = "gem";
};
version = "3.3.8";
version = "3.3.9";
};
rotp = {
groups = ["default"];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/mastodon/source.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# This file was generated by pkgs.mastodon.updateScript.
{ fetchFromGitHub, applyPatches, patches ? [] }:
let
version = "4.3.1";
version = "4.3.2";
in
(
applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-JlpQGyVPTLcB3RcWMBrmYc1AAUT1JLfS4IDas9ZoWh4=";
hash = "sha256-A1sSUBtlztKFsZ3TY/c9CXFV8LhttRW2JmSU0QSVOIg=";
};
patches = patches ++ [];
}) // {
Expand Down

0 comments on commit 0dd4b0d

Please sign in to comment.