Unverified Commit 362eecf3 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

freshrss: 1.26.1 -> 1.26.2 (#404030)

parents 0ab7cd9c f5a29501
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

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

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

  postPatch = ''