Merge staging-next-22.05 into staging-22.05

This commit is contained in:
github-actions[bot]
2022-11-17 00:16:39 +00:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -5,9 +5,9 @@
mkXfceDerivation {
category = "xfce";
pname = "xfce4-settings";
version = "4.16.2";
version = "4.16.5";
sha256 = "sha256-DkybMfkgsC8fJuhOWLzKO5f2Y8YtqzUXMH/npTv21yY=";
sha256 = "sha256-ZVQw/oqN+jCOWj8O+1ldVCvbzY+QcebaQI5oFOdMOew=";
postPatch = ''
for f in xfsettingsd/pointers.c dialogs/mouse-settings/main.c; do

View File

@@ -2,8 +2,8 @@
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/mastodon/mastodon.git";
rev = "v3.5.3";
sha256 = "1z0fgyvzz7nlbg2kaxsh53c4bq4y6n5f9r8lyfa7vzvz9nwrkqiq";
rev = "v3.5.5";
sha256 = "0h7asgyqx79wim1bbrz8r397q0g8r0bjm4in1lia8kgpma4sfp7y";
};
in applyPatches {
inherit src;

View File

@@ -1 +1 @@
"3.5.3"
"3.5.5"