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: eab20ca01856
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4fbb0a375d38
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 28, 2019

  1. profanity: 0.7.0 -> 0.7.1

    Changelog: https://github.com/profanity-im/profanity/releases
    
    Signed-off-by: devhell <devhell@mailfresser.de>
    devhell authored and Jon committed Oct 28, 2019
    Copy the full SHA
    4fbb0a3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/instant-messengers/profanity/default.nix
Original file line number Diff line number Diff line change
@@ -22,13 +22,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "profanity";
version = "0.7.0";
version = "0.7.1";

src = fetchFromGitHub {
owner = "profanity-im";
repo = "profanity";
rev = version;
sha256 = "15adg7ndjkzy04lizjmnvv0pf0snhzp6a8x74mndcm0zma0dia0z";
sha256 = "1mcgr86wqyzqx7mqxfkk2jwx6cgnvrky3zi4v1ww0lh6j05wj9gf";
};

patches = [ ./patches/packages-osx.patch ./patches/undefined-macros.patch ];