Commit cd656d36 authored by R. RyanTM's avatar R. RyanTM
Browse files

tt-rss: 0-unstable-2024-12-22 -> 0-unstable-2025-02-08

parent 286d25f5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

stdenv.mkDerivation rec {
  pname = "tt-rss";
  version = "0-unstable-2024-12-22";
  version = "0-unstable-2025-02-08";

  src = fetchgit {
    url = "https://git.tt-rss.org/fox/tt-rss.git";
    rev = "fc89d2e6333d6d828f2b07a53be53677caf3d638";
    hash = "sha256-z+sWplOExqtkWPEBJ+WOb4CPDX1iLj14KwrGSojFp0A=";
    rev = "169ff6de341b20803796298d8ffea3ee4c4c4f09";
    hash = "sha256-gMQSHRSb+p+SBKSN1Y4RLpHBIvq+Zq+/tX+GWktBy1g=";
  };

  installPhase = ''