about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-05 01:03:52 +0100
committerGitHub <noreply@github.com>2023-12-05 01:03:52 +0100
commit4a29a9b7bd690965324bd6444b99f455d93ba57e (patch)
treebf42f1d256c04a1ca2c58a79fafd58f6c45a9e92
parent93cfe804d407d92c8888b0b9ce53038eda96cca5 (diff)
parent87724c94c3950a50c66661c7132254ee13f7370f (diff)
downloadnixlib-4a29a9b7bd690965324bd6444b99f455d93ba57e.tar
nixlib-4a29a9b7bd690965324bd6444b99f455d93ba57e.tar.gz
nixlib-4a29a9b7bd690965324bd6444b99f455d93ba57e.tar.bz2
nixlib-4a29a9b7bd690965324bd6444b99f455d93ba57e.tar.lz
nixlib-4a29a9b7bd690965324bd6444b99f455d93ba57e.tar.xz
nixlib-4a29a9b7bd690965324bd6444b99f455d93ba57e.tar.zst
nixlib-4a29a9b7bd690965324bd6444b99f455d93ba57e.zip
Merge pull request #272103 from erictapen/mastodon
mastodon: 4.2.1 -> 4.2.2
-rw-r--r--pkgs/servers/mastodon/source.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mastodon/source.nix b/pkgs/servers/mastodon/source.nix
index 4f39e350a0f0..2a639ba1ef5a 100644
--- a/pkgs/servers/mastodon/source.nix
+++ b/pkgs/servers/mastodon/source.nix
@@ -1,7 +1,7 @@
 # This file was generated by pkgs.mastodon.updateScript.
 { fetchFromGitHub, applyPatches, patches ? [] }:
 let
-  version = "4.2.1";
+  version = "4.2.2";
 in
 (
   applyPatches {
@@ -9,7 +9,7 @@ in
       owner = "mastodon";
       repo = "mastodon";
       rev = "v${version}";
-      hash = "sha256-SM9WdD+xpxo+gfBft9DARV6QjwNbF2Y9McVrrdDT3fw=";
+      hash = "sha256-D3qIrxj6mHtepMAYHq6USOM+ukMF7J/y20/y+CUh5RU=";
     };
     patches = patches ++ [];
   }) // {