Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

mastodon: 4.1.10 -> 4.1.11

+3 -3
+2 -2
pkgs/servers/mastodon/source.nix
··· 3 3 src = fetchFromGitHub { 4 4 owner = "mastodon"; 5 5 repo = "mastodon"; 6 - rev = "v4.1.10"; 7 - sha256 = "22AhrI4wk/FhVJeRfhiI10MeYOJFoS0dwg3fWuWltoM="; 6 + rev = "v4.1.11"; 7 + sha256 = "mvVXQDVFYzLFkVxmyf9tdvKUnCCf6MI585lRrE7ih3U="; 8 8 }; 9 9 in applyPatches { 10 10 inherit src;
+1 -1
pkgs/servers/mastodon/version.nix
··· 1 - "4.1.10" 1 + "4.1.11"