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

Commits on Dec 16, 2020

  1. Copy the full SHA
    c67ba8c View commit details

Commits on Dec 17, 2020

  1. Merge pull request #107075 from MetaDark/newsflash

    newsflash: 1.0.5 -> 1.1.1
    Ma27 authored Dec 17, 2020
    Copy the full SHA
    33ef2f0 View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 pkgs/applications/networking/feedreaders/newsflash/default.nix
10 changes: 5 additions & 5 deletions pkgs/applications/networking/feedreaders/newsflash/default.nix
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
, gdk-pixbuf
, glib
, gtk3
, libhandy_0
, libhandy
, openssl
, sqlite
, webkitgtk
@@ -19,16 +19,16 @@

rustPlatform.buildRustPackage rec {
pname = "newsflash";
version = "1.0.5";
version = "1.1.1";

src = fetchFromGitLab {
owner = "news-flash";
repo = "news_flash_gtk";
rev = version;
sha256 = "0kh1xqvxfz58gnrl8av0zkig9vcgmx9iaxw5p6gdm8a7gv18nvp3";
sha256 = "1z47h23g87dqmr9sfjl36fs5xjm2wj7z2bri9g0a4jcpwzl5awsd";
};

cargoSha256 = "059sppidbxzjk8lmjq41d5qbymp9j9v2qr0jxd7xg9avr0klwc2s";
cargoSha256 = "0rnrdh9ganj63hf9j890yj9pahcgza95z7x020w72mbb4648hq26";

patches = [
./no-post-install.patch
@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {

buildInputs = [
gtk3
libhandy_0
libhandy
openssl
sqlite
webkitgtk