Update dependencies
This commit is contained in:
parent
aff57dbbdb
commit
02b33dc7d9
2 changed files with 18 additions and 40 deletions
|
@ -1,22 +0,0 @@
|
|||
diff --git a/pkgs/servers/mastodon/source.nix b/pkgs/servers/mastodon/source.nix
|
||||
index 6ccec387514c0a..06c07c09df5b56 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.4";
|
||||
+ version = "4.2.5";
|
||||
in
|
||||
(
|
||||
applyPatches {
|
||||
@@ -9,7 +9,7 @@ in
|
||||
owner = "mastodon";
|
||||
repo = "mastodon";
|
||||
rev = "v${version}";
|
||||
- hash = "sha256-YPGOe9wywRls26PqEbqFeQRg7rcnRBO2NyiNW1fssts=";
|
||||
+ hash = "sha256-dgC5V/CVE9F1ORTjPWUWc/JVcWCEj/pb4eWpDV0WliY=";
|
||||
};
|
||||
patches = patches ++ [];
|
||||
}) // {
|
Loading…
Add table
Add a link
Reference in a new issue