Commit 1fea0cf2 authored by R. RyanTM's avatar R. RyanTM
Browse files

freshrss: 1.27.0 -> 1.27.1

parent 8e2f87ab
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.27.0";
  version = "1.27.1";

  src = fetchFromGitHub {
    owner = "FreshRSS";
    repo = "FreshRSS";
    rev = version;
    hash = "sha256-jz9MFWkZBjiBu6jr1jp+bDpthB/OWE0pfrXhY5B08Jo=";
    hash = "sha256-EpszwgYzobRA7LohtJJtgTefFAEmCXvcP3ilfsu+obo=";
  };

  postPatch = ''