Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a70d3bab72dd
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 87ca34b895cc
Choose a head ref
  • 13 commits
  • 7 files changed
  • 9 contributors

Commits on Sep 20, 2018

  1. psmisc: 23.1 -> 23.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/psmisc/versions
    r-ryantm committed Sep 20, 2018
    Copy the full SHA
    f456291 View commit details
  2. jmol: 14.29.19 -> 14.29.22

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/jmol/versions
    r-ryantm committed Sep 20, 2018
    Copy the full SHA
    730eb9f View commit details

Commits on Sep 25, 2018

  1. Copy the full SHA
    bf22712 View commit details
  2. erlangR20: 20.3.8 -> 20.3.8.9

    ejpcmac committed Sep 25, 2018
    Copy the full SHA
    6e5682a View commit details

Commits on Sep 26, 2018

  1. Copy the full SHA
    bb51ba9 View commit details

Commits on Sep 27, 2018

  1. psmisc: get src from GitLab

    ryantm committed Sep 27, 2018
    Copy the full SHA
    e1a8518 View commit details
  2. Merge pull request #47409 from flokli/golden-cheetah-desktop-item

     golden-cheetah: add desktop item and icon
    srhb authored Sep 27, 2018
    Copy the full SHA
    fc301ec View commit details
  3. Merge pull request #47369 from ejpcmac/update-erlangR20

    erlangR20: 20.3.8 -> 20.3.8.9
    srhb authored Sep 27, 2018
    Copy the full SHA
    d0ded2e View commit details
  4. Merge pull request #47367 from ejpcmac/update-erlangR19

    erlangR19: 19.3.6.6 -> 19.3.6.11
    srhb authored Sep 27, 2018
    Copy the full SHA
    a0ddf29 View commit details
  5. openmolcas: 20180529 -> 18.09 (#47410)

    markuskowa authored and xeji committed Sep 27, 2018
    Copy the full SHA
    6f6222c View commit details
  6. Merge pull request #46977 from r-ryantm/auto-update/psmisc

    psmisc: 23.1 -> 23.2
    xeji authored Sep 27, 2018
    Copy the full SHA
    929680d View commit details
  7. newsboat: 2.12 -> 2.13 (#47359)

    dywedir authored and xeji committed Sep 27, 2018
    Copy the full SHA
    ea817ad View commit details
  8. Merge pull request #47043 from r-ryantm/auto-update/jmol

    jmol: 14.29.19 -> 14.29.22
    timokau authored Sep 27, 2018
    Copy the full SHA
    87ca34b View commit details
17 changes: 15 additions & 2 deletions pkgs/applications/misc/golden-cheetah/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{ stdenv, fetchurl
, qtbase, qtsvg, qtserialport, qtwebkit, qtmultimedia, qttools, qtconnectivity
, yacc, flex, zlib, qmake, makeWrapper
, yacc, flex, zlib, qmake, makeDesktopItem, makeWrapper
}:
stdenv.mkDerivation rec {

let
desktopItem = makeDesktopItem {
name = "goldencheetah";
exec = "GoldenCheetah";
icon = "goldencheetah";
desktopName = "GoldenCheetah";
genericName = "GoldenCheetah";
comment = "Performance software for cyclists, runners and triathletes";
categories = "Application;Utility;";
};
in stdenv.mkDerivation rec {
name = "golden-cheetah-${version}";
version = "3.4";
src = fetchurl {
@@ -27,6 +38,8 @@ stdenv.mkDerivation rec {
mkdir -p $out/bin
cp src/GoldenCheetah $out/bin
wrapProgram $out/bin/GoldenCheetah --set LD_LIBRARY_PATH "${zlib.out}/lib"
install -Dm644 "${desktopItem}/share/applications/"* -t $out/share/applications/
install -Dm644 src/Resources/images/gc.png $out/share/pixmaps/goldencheetah.png
runHook postInstall
'';
4 changes: 2 additions & 2 deletions pkgs/applications/networking/feedreaders/newsboat/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
name = "newsboat-${version}";
version = "2.12";
version = "2.13";

src = fetchurl {
url = "https://newsboat.org/releases/${version}/${name}.tar.xz";
sha256 = "1x23zlgljaqf46v7sp8wnkyf6wighvirvn48ankpa34yr8mvrgcv";
sha256 = "0pik1d98ydzqi6055vdbkjg5krwifbk2hy2f5jp5p1wcy2s16dn7";
};

prePatch = ''
4 changes: 2 additions & 2 deletions pkgs/applications/science/chemistry/jmol/default.nix
Original file line number Diff line number Diff line change
@@ -17,15 +17,15 @@ let
};
in
stdenv.mkDerivation rec {
version = "14.29.19";
version = "14.29.22";
pname = "jmol";
name = "${pname}-${version}";

src = let
baseVersion = "${lib.versions.major version}.${lib.versions.minor version}";
in fetchurl {
url = "mirror://sourceforge/jmol/Jmol/Version%20${baseVersion}/Jmol%20${version}/Jmol-${version}-binary.tar.gz";
sha256 = "0sfbbi6mgj9hqzvcz19cr5s96rna2f2b1nc1d4j28xvva7qaqjm5";
sha256 = "1wnrrn2wza9z6bp5axg191qf32sx4q8fj4xz404zp278rc4i2fpv";
};

patchPhase = ''
6 changes: 3 additions & 3 deletions pkgs/applications/science/chemistry/openmolcas/default.nix
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@
} :

let
version = "20180529";
gitLabRev = "b6b9ceffccae0dd7f14c099468334fee0b1071fc";
version = "18.09";
gitLabRev = "v${version}";

python = python3.withPackages (ps : with ps; [ six pyparsing ]);

@@ -17,7 +17,7 @@ in stdenv.mkDerivation {
owner = "Molcas";
repo = "OpenMolcas";
rev = gitLabRev;
sha256 = "1wbjjdv07lg1x4kdnf28anyrjgy33gdgrd5d7zi1c97nz7vhdjaz";
sha256 = "1di1ygifx7ycfpwh25mv76xlv15wqfdmqzjsg5nani2d5z0arri2";
};

nativeBuildInputs = [ perl cmake texlive.combined.scheme-minimal makeWrapper ];
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/erlang/R19.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ mkDerivation, fetchpatch }:

mkDerivation rec {
version = "19.3.6.6";
sha256 = "05l81gig0hmr951pjvwknc9x2qvpm95ph9z072hn4jqg13rzbgvg";
version = "19.3.6.11";
sha256 = "0b02iv8dly1vkc2xnqqi030sdj34h4gji2h4qgilllajr1f868vm";

patches = [
# macOS 10.13 crypto fix from OTP-20.1.2
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/erlang/R20.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ mkDerivation }:

mkDerivation rec {
version = "20.3.8";
sha256 = "1griiszz1x34idmwi6234br7bqd1d7mimim63amjgi9ds79jh6jj";
version = "20.3.8.9";
sha256 = "0v2iiyzss8hiih98wvj0gi2qzdmmhh7bvc9p025wlfm4k7r1109a";

prePatch = ''
substituteInPlace configure.in --replace '`sw_vers -productVersion`' '10.10'
31 changes: 21 additions & 10 deletions pkgs/os-specific/linux/psmisc/default.nix
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
{stdenv, fetchurl, ncurses}:
{stdenv, fetchFromGitLab, autoconf, automake, gettext, ncurses}:

stdenv.mkDerivation rec {
name = "psmisc-23.1";
pname = "psmisc";
version = "23.2";
name = "${pname}-${version}";

src = fetchurl {
url = "mirror://sourceforge/psmisc/${name}.tar.xz";
sha256 = "0c5s94hqpwfmyswx2f96gifa6wdbpxxpkyxcrlzbxpvmrxsd911f";
src = fetchFromGitLab {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "0d90wmibxpkl0d7sdibvvkwpyxyg6m6ksh5gwrjh15vf1swvd5i1";
};

buildInputs = [ncurses];
nativeBuildInputs = [ autoconf automake gettext ];
buildInputs = [ ncurses ];

meta = {
homepage = http://psmisc.sourceforge.net/;
preConfigure = ''
echo $version > .tarball-version
./autogen.sh
'';

meta = with stdenv.lib; {
homepage = https://gitlab.com/psmisc/psmisc;
description = "A set of small useful utilities that use the proc filesystem (such as fuser, killall and pstree)";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
platforms = platforms.linux;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ryantm ];
};
}