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

Commits on Nov 5, 2020

  1. balsa: 2.5.9 -> 2.5.11

    redvers committed Nov 5, 2020
    Copy the full SHA
    32d313f View commit details

Commits on Nov 20, 2020

  1. Merge pull request #102866 from redvers/update_balsa_2.5.9_to_balsa_2…

    ….5.11
    
    balsa: 2.5.9 -> 2.5.11 [20.03]
    Christian Kauhaus authored Nov 20, 2020
    Copy the full SHA
    6d27bb8 View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 pkgs/applications/networking/mailreaders/balsa/default.nix
7 changes: 4 additions & 3 deletions pkgs/applications/networking/mailreaders/balsa/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{ stdenv, fetchurl, pkgconfig, intltool, glib, gtk3, gmime, gnutls,
webkitgtk, libesmtp, openssl, libnotify, gtkspell3, gpgme,
libcanberra-gtk3, libsecret, gtksourceview, gobject-introspection,
wrapGAppsHook
wrapGAppsHook, libical
}:

stdenv.mkDerivation rec {
pname = "balsa";
version = "2.5.9";
version = "2.5.11";

src = fetchurl {
url = "https://pawsa.fedorapeople.org/balsa/${pname}-${version}.tar.bz2";
sha256 = "19gs1qfvbk9qx4rjmgrmvid00kl9k153zjjx8zjii2lz09w7g19i";
sha256 = "1w8cbrj0w90fc2kxdf94krkwdh58w5px9qmkiqcb6rlm06n0wg9d";
};

nativeBuildInputs = [
@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
gtksourceview
libsecret
libesmtp
libical
];

configureFlags = [