Unverified Commit 085af82f authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

freshrss: 1.26.0 -> 1.26.1 (#389746)

parents 8b9f1171 9d5f1d9e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "FreshRSS";
  version = "1.26.0";
  version = "1.26.1";

  src = fetchFromGitHub {
    owner = "FreshRSS";
    repo = "FreshRSS";
    rev = version;
    hash = "sha256-J3YYx2enB8NHxgWUcJHStd5LkGRIB6dx3avbjhyIs3Q=";
    hash = "sha256-hgkFNZg+A1cF+xh17d2n4SCvxTZm/Eryj6jP7MvnpTE=";
  };

  postPatch = ''