Commit 0ea5aaf2 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by Kerstin
Browse files

mastodon: 4.4.2 -> 4.4.3

parent dd509cc9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4088,10 +4088,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "0vgsvdaglz1spx9gxrr6xh7qqhi4qd8jd06h2ihwxmazj9ajld6y";
      sha256 = "01wi1csw4kjmlxmd1igx5hj2wrwkslay1xamg4cv8l7imr27l3hv";
      type = "gem";
    };
    version = "1.18.0";
    version = "1.18.1";
  };
  ruby-vips = {
    dependencies = [
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@
  patches ? [ ],
}:
let
  version = "4.4.2";
  version = "4.4.3";
in
applyPatches {
  src = fetchFromGitHub {
    owner = "mastodon";
    repo = "mastodon";
    rev = "v${version}";
    hash = "sha256-BzSN48IamwDrhBtw2TFVPJpRaWaQg96rWOlolBBJ5Fs=";
    hash = "sha256-HFvsf8uNP5TV6vPaIkWKnuOKExQhgvrhyRWf3OCqIDk=";
    passthru = {
      inherit version;
      yarnHash = "sha256-jqiPxkbD0MmnUPK/P0zaYEB6rMRK20ito+o98+FHZdE=";