mastodon: 4.1.1 -> 4.1.2

This commit is contained in:
Kerstin Humm 2023-04-04 15:18:02 +02:00 committed by Kerstin
parent 03529d2272
commit ce7730aa87
2 changed files with 5 additions and 10 deletions

View file

@ -1,16 +1,11 @@
# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches, fetchpatch }: let
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/mastodon/mastodon.git";
rev = "v4.1.1";
sha256 = "1c0mxz45pkgmyw81z025n1ps1dkdq92337h7sd865w2fbgmzg50l";
rev = "v4.1.2";
sha256 = "18yzpc2rz9sa04y2sdxzsfkndbqqsfqvji47imwc3yj40l8hciws";
};
in applyPatches {
inherit src;
patches = [
(fetchpatch {
url = "https://github.com/mastodon/mastodon/commit/e7b81d7d9625893b1323e12215a2a98c0f19f58f.patch";
hash = "sha256-cF0wtbjTNbsyqHb3uy5zYFaACIcziJ2ulJpOT5VoDO0=";
})
];
patches = [];
}

View file

@ -1 +1 @@
"4.1.1"
"4.1.2"