Unverified Commit 796a8222 authored by Izorkin's avatar Izorkin Committed by Sandro Jäckel
Browse files

mastodon: 4.3.4 -> 4.3.5

parent 6353f442
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1368,10 +1368,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "13wcwdpdx1asjxvqpyxwlcazzsjisls28jjn28d9cqw9zwszcm1p";
      sha256 = "06yllpzx5ib7cv1ar03279gm2qywnzsqfiz42g5y9fmp7z24yiik";
      type = "gem";
    };
    version = "2.3.3";
    version = "2.3.4";
  };
  flatware-rspec = {
    dependencies = [
@@ -1382,10 +1382,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0dgl20mi9a5iwcy6v9jq148ljy9rrvyjhp1rpd1sgadfw6kxzbhc";
      sha256 = "1gqkjilaqbd6qq80rx3fbjppjbllndvhd629yyd29943lrp3m9nb";
      type = "gem";
    };
    version = "2.3.3";
    version = "2.3.4";
  };
  fog-core = {
    dependencies = [
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@
  patches ? [ ],
}:
let
  version = "4.3.4";
  version = "4.3.5";
in
(applyPatches {
  src = fetchFromGitHub {
    owner = "mastodon";
    repo = "mastodon";
    rev = "v${version}";
    hash = "sha256-2FpiFSK9CBm7eHqVvV8pPp6fLc5jCcUektpSyxNnXtw=";
    hash = "sha256-sGjb9D2BcCd8a7f8XPUI/FN6Za7uTv5i123/zkS24i0=";
  };
  patches = patches ++ [ ];
})