Unverified Commit 39bd3304 authored by Jhonas Wernery's avatar Jhonas Wernery Committed by GitHub
Browse files

mastodon: 4.5.4 -> 4.5.5 (#482021)

parents 017cbabf f89a29e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@
  patches ? [ ],
}:
let
  version = "4.5.4";
  version = "4.5.5";
in
applyPatches {
  src = fetchFromGitHub {
    owner = "mastodon";
    repo = "mastodon";
    rev = "v${version}";
    hash = "sha256-nA5lxp8U+UtwrfLqvQmThMIQBdkx5rSc3P0MBrMwwSU=";
    hash = "sha256-3tu7HYrJ+32yIgO6zVBokPTt66zICZOBzRFAeEVidWo=";
    passthru = {
      inherit version;
      yarnHash = "sha256-2MOl6kHidkGU2I/cZaUmbQCiEl9SDfL/j9fT/6eNdFA=";