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: f86a40ac9aa9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cdb29eb85188
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 16, 2021

  1. newsboat: 2.21 -> 2.22.1

    dotlambda committed Jan 16, 2021

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    b7af27e View commit details
  2. Merge pull request #109509 from dotlambda/newsboat-2.22.1

    newsboat: 2.21 -> 2.22.1
    SuperSandro2000 authored Jan 16, 2021
    Copy the full SHA
    cdb29eb View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/networking/feedreaders/newsboat/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/networking/feedreaders/newsboat/default.nix
Original file line number Diff line number Diff line change
@@ -3,16 +3,16 @@

rustPlatform.buildRustPackage rec {
pname = "newsboat";
version = "2.21";
version = "2.22.1";

src = fetchFromGitHub {
owner = "newsboat";
repo = "newsboat";
rev = "r${version}";
sha256 = "0ignfmh5193bigvk9f057r0r4yaxymxv2afycn2b98w05gljccb6";
sha256 = "1j3z34dhqw0f1v6v2lfwcvzqnm2kr2940bgxibfi0npacp74izh3";
};

cargoSha256 = "16652i2hbs6d3fam2hdlc947i5nrb3na186zfcb4nfh7hnb7lh8g";
cargoSha256 = "08ywaka1lib8yrqjmfx1i37f7b33y3i6jj7f50pwhw8n6lr9f7lc";

postPatch = ''
substituteInPlace Makefile --replace "|| true" ""