Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a58ddbe232c5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 17b1f4a3f291
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 17, 2020

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    mawis Matthias Wimmer
    Copy the full SHA
    842cca3 View commit details

Commits on Jan 19, 2020

  1. Merge pull request #77911 from r-ryantm/auto-update/tt-rss-theme-feedly

    tt-rss-theme-feedly: 2.0.0 -> 2.3.1
    marsam authored Jan 19, 2020
    Copy the full SHA
    17b1f4a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/tt-rss/theme-feedly/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/tt-rss/theme-feedly/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub }: stdenv.mkDerivation rec {
pname = "tt-rss-theme-feedly";
version = "2.0.0";
version = "2.3.1";

src = fetchFromGitHub {
owner = "levito";
repo = "tt-rss-feedly-theme";
rev = "v${version}";
sha256 = "024hngwzfdgw5jqppc8vh75jidfqghaccy969hvbhxhgk6j6l8m4";
sha256 = "0rl5g664grx3m7yxa14rgnbvnlc3xnn44kzjji5layxww6jd8h2s";
};

dontBuild = true;