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: 84701d5f5a7f
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: 79147264abda
Choose a head ref

Commits on May 1, 2020

  1. ghostscript: apply patch to fix parallel build

    The build process of ghostscript has missing dependencies, causing
    failures in parallel builds (see hydra build
    https://hydra.nixos.org/build/117095669/, reported as ghostscript bug
    https://bugs.ghostscript.com/show_bug.cgi?id=702364 here)
    bennofs committed May 1, 2020
    Copy the full SHA
    260be73 View commit details

Commits on May 5, 2020

  1. glibmm: 2.62.0 -> 2.64.2

    r-ryantm committed May 5, 2020
    Copy the full SHA
    22a814f View commit details
  2. libdvdread: 6.1.0 -> 6.1.1

    r-ryantm committed May 5, 2020
    Copy the full SHA
    06ea709 View commit details
  3. libsecret: 0.20.2 -> 0.20.3

    r-ryantm committed May 5, 2020
    Copy the full SHA
    41e53b6 View commit details

Commits on May 6, 2020

  1. Merge pull request #86972 from r-ryantm/auto-update/libdvdread

    libdvdread: 6.1.0 -> 6.1.1
    wmertens authored May 6, 2020
    Copy the full SHA
    0e32be9 View commit details
  2. pangomm: 2.42.0 -> 2.42.1

    r-ryantm committed May 6, 2020
    Copy the full SHA
    89c0f86 View commit details
  3. poppler: 0.87.0 -> 0.88.0

    r-ryantm committed May 6, 2020
    Copy the full SHA
    410c9ed View commit details
  4. Merge pull request #87074 from r-ryantm/auto-update/pangomm

    pangomm: 2.42.0 -> 2.42.1
    7c6f434c authored May 6, 2020
    Copy the full SHA
    350976e View commit details
  5. Merge pull request #86890 from r-ryantm/auto-update/glibmm

    glibmm: 2.62.0 -> 2.64.2
    7c6f434c authored May 6, 2020
    Copy the full SHA
    7ce657a View commit details
  6. Merge pull request #87002 from r-ryantm/auto-update/libsecret

    libsecret: 0.20.2 -> 0.20.3
    7c6f434c authored May 6, 2020
    Copy the full SHA
    52e113a View commit details
  7. Copy the full SHA
    fc11d3b View commit details
  8. Copy the full SHA
    eed1975 View commit details
  9. Copy the full SHA
    a0c2484 View commit details

Commits on May 7, 2020

  1. rustPlatform: fix bug with ambiguous diff tool

    If a user provides `nativeBuildInputs = [ llvmPackages.bintools ]` or any other
    package containing a `${prefix}/bin/diff`, the builder could use it instead
    of the standard unix `diff`, causing a build failure.
    
    This updates the call to specify an abspath to `diff` and avoid reliance on `PATH`.
    
    Resolves #87081
    bhipple committed May 7, 2020
    Copy the full SHA
    7f84557 View commit details
  2. Copy the full SHA
    68b25d3 View commit details
  3. bashCompletion: speed-up test execution by using xdist

    Currently the tests take an eternity and are also sometimes flaky. By
    following upstream in using xdist for parallel test execution we at
    least get the feedback cycle down. On my machine that means instead of
    running this for ~25min it runs in 1 minute and 10 seconds.
    andir committed May 7, 2020
    Copy the full SHA
    a85b07c View commit details
  4. Copy the full SHA
    af8d490 View commit details
  5. Copy the full SHA
    bfbd769 View commit details
  6. Copy the full SHA
    211c4fb View commit details
  7. protobuf: 3.7 -> 3.8

    This is needed by newer versions of `tensorflow` and other ML tools, so we
    should start working on an upgrade of the default versoin in the distribution.
    bhipple committed May 7, 2020
    Copy the full SHA
    665a260 View commit details

Commits on May 8, 2020

  1. Copy the full SHA
    88c071e View commit details
  2. Copy the full SHA
    fc5f0be View commit details
  3. Merge master into staging-next

    FRidh committed May 8, 2020
    Copy the full SHA
    2ca68c7 View commit details
  4. Copy the full SHA
    bc48203 View commit details
  5. numpy: set lapack, blas sections

    When using netlib lapack/blas, the section name doesn’t match what
    numpy expects. So we need to add extra sections for both so that the
    right directory is found. The original “blas.implementation” section
    may not actually be still required, but it is still a good idea so
    that numpy know whether to apply any blas-implementation specific
    quirks.
    
    Fixes #86613
    matthewbauer authored and FRidh committed May 8, 2020
    Copy the full SHA
    8bdb2a0 View commit details
  6. libiberty: use pname

    sheenobu authored and FRidh committed May 8, 2020
    Copy the full SHA
    ea56589 View commit details
  7. openblas: also export unversioned libraries for linux

    Jonathan Ringer authored and FRidh committed May 8, 2020
    Copy the full SHA
    c1e605d View commit details
  8. mkl: include symlinks to versioned libblas.so.3 names

    Some build systems look for this specifically.
    bhipple authored and FRidh committed May 8, 2020
    Copy the full SHA
    7066420 View commit details
  9. libuv: 1.35.0 -> 1.37.0

    r-ryantm authored and FRidh committed May 8, 2020
    Copy the full SHA
    3350c08 View commit details
  10. libinput: 1.15.4 -> 1.15.5

    r-ryantm authored and FRidh committed May 8, 2020
    Copy the full SHA
    b6e2d80 View commit details
  11. cmake: 3.17.0 -> 3.17.2

    r-ryantm authored and FRidh committed May 8, 2020
    Copy the full SHA
    27752d4 View commit details
  12. libuninameslist: 20200313 -> 20200413

    r-ryantm authored and FRidh committed May 8, 2020
    Copy the full SHA
    67d0b9a View commit details
  13. libsass: 3.6.3 -> 3.6.4

    r-ryantm authored and FRidh committed May 8, 2020
    Copy the full SHA
    018ab3e View commit details
  14. libqmi: 1.24.6 -> 1.24.10

    r-ryantm authored and FRidh committed May 8, 2020
    Copy the full SHA
    6ddc6c2 View commit details
  15. lv2: 1.16.0 -> 1.18.0

    r-ryantm authored and FRidh committed May 8, 2020
    Copy the full SHA
    1b91ce4 View commit details
  16. libgsf: 1.14.46 -> 1.14.47

    r-ryantm authored and FRidh committed May 8, 2020
    Copy the full SHA
    2a44a01 View commit details
  17. libgdiplus: 6.0.4 -> 6.0.5

    r-ryantm authored and FRidh committed May 8, 2020
    Copy the full SHA
    cf07c58 View commit details
  18. help2man: 1.47.13 -> 1.47.15

    r-ryantm authored and FRidh committed May 8, 2020
    Copy the full SHA
    bb86ccf View commit details
  19. Copy the full SHA
    fed94dd View commit details

Commits on May 9, 2020

  1. Merge master into staging-next

    FRidh committed May 9, 2020
    Copy the full SHA
    d7cca0f View commit details
  2. build-bazel-package: switch hash mode to “flat”

    flat hashes can be substituted through hashed-mirrors, while recursive
    hashes can’t. This is especially important for Bazel since the bazel
    fetch dependencies can come from multiple different methods (git,
    http, ftp, etc.). To do this, we create tar archives from the
    output/external directory, which is then extracted to build. All of
    the Bazel hashes are all updated.
    matthewbauer committed May 9, 2020
    Copy the full SHA
    2a8d056 View commit details
  3. Copy the full SHA
    1e19cc3 View commit details

Commits on May 10, 2020

  1. Merge master into staging-next

    FRidh committed May 10, 2020
    Copy the full SHA
    303adc7 View commit details
  2. sympow: 2.023.5 -> 2.023.6

    r-ryantm committed May 10, 2020
    Copy the full SHA
    f66d997 View commit details

Commits on May 11, 2020

  1. Merge master into staging-next

    FRidh committed May 11, 2020
    Copy the full SHA
    d20d734 View commit details
  2. Copy the full SHA
    fe48f63 View commit details
  3. ocamlPackages.lablgtk3: 3.0.beta6 -> 3.1.0

    r-ryantm authored and vbgl committed May 11, 2020
    Copy the full SHA
    33a756f View commit details
  4. Merge pull request #87235 from NixOS/staging-next

    Staging next
    FRidh authored May 11, 2020
    Copy the full SHA
    82ca249 View commit details
  5. Merge pull request #87314 from matthewbauer/bazel-flat

    build-bazel-package: switch hash mode to “flat”
    matthewbauer authored May 11, 2020
    Copy the full SHA
    4354503 View commit details
  6. Copy the full SHA
    cb9b116 View commit details
Showing with 1,010 additions and 88 deletions.
  1. +1 −1 lib/default.nix
  2. +1 −1 lib/deprecated.nix
  3. +9 −0 nixos/doc/manual/release-notes/rl-2009.xml
  4. +1 −1 pkgs/applications/virtualization/gvisor/default.nix
  5. +9 −7 pkgs/build-support/build-bazel-package/default.nix
  6. +16 −2 pkgs/build-support/rust/default.nix
  7. +2 −2 pkgs/desktops/gnome-3/core/adwaita-icon-theme/default.nix
  8. +4 −4 pkgs/development/interpreters/clojure/babashka.nix
  9. +2 −2 pkgs/development/libraries/audio/lv2/default.nix
  10. +2 −2 pkgs/development/libraries/glib-networking/default.nix
  11. +2 −2 pkgs/development/libraries/glibmm/default.nix
  12. +2 −2 pkgs/development/libraries/gsettings-desktop-schemas/default.nix
  13. +2 −2 pkgs/development/libraries/libdvdread/default.nix
  14. +2 −2 pkgs/development/libraries/libgdiplus/default.nix
  15. +2 −2 pkgs/development/libraries/libgsf/default.nix
  16. +2 −1 pkgs/development/libraries/libiberty/default.nix
  17. +2 −2 pkgs/development/libraries/libinput/default.nix
  18. +2 −2 pkgs/development/libraries/libqmi/default.nix
  19. +2 −2 pkgs/development/libraries/librsvg/default.nix
  20. +2 −2 pkgs/development/libraries/libsass/default.nix
  21. +2 −2 pkgs/development/libraries/libsecret/default.nix
  22. +2 −2 pkgs/development/libraries/libuninameslist/default.nix
  23. +2 −2 pkgs/development/libraries/libuv/default.nix
  24. +2 −2 pkgs/development/libraries/pangomm/default.nix
  25. +2 −2 pkgs/development/libraries/poppler/default.nix
  26. +11 −4 pkgs/development/libraries/science/math/mkl/default.nix
  27. +12 −4 pkgs/development/libraries/science/math/openblas/default.nix
  28. +2 −2 pkgs/development/libraries/science/math/sympow/default.nix
  29. +2 −2 pkgs/development/ocaml-modules/lablgtk3/default.nix
  30. +1 −1 pkgs/development/python-modules/dm-sonnet/default.nix
  31. +4 −3 pkgs/development/python-modules/intake/default.nix
  32. +3 −0 pkgs/development/python-modules/ipykernel/default.nix
  33. +2 −2 pkgs/development/python-modules/msgpack-numpy/default.nix
  34. +2 −2 pkgs/development/python-modules/numpy-stl/default.nix
  35. +8 −0 pkgs/development/python-modules/numpy/default.nix
  36. +2 −2 pkgs/development/python-modules/pygit2/default.nix
  37. +2 −2 pkgs/development/python-modules/pylint-django/default.nix
  38. +1 −1 pkgs/development/python-modules/tensorflow-probability/default.nix
  39. +2 −2 pkgs/development/python-modules/tensorflow/1/default.nix
  40. +2 −2 pkgs/development/python-modules/tensorflow/2/default.nix
  41. +1 −1 pkgs/development/tools/bazel-watcher/default.nix
  42. +1 −1 pkgs/development/tools/build-managers/bazel/bazel-remote/default.nix
  43. +2 −2 pkgs/development/tools/build-managers/cmake/default.nix
  44. +2 −2 pkgs/development/tools/misc/help2man/default.nix
  45. +862 −0 pkgs/misc/ghostscript/0001-Bug-702364-Fix-missing-echogs-dependencies.patch
  46. +3 −0 pkgs/misc/ghostscript/default.nix
  47. +5 −1 pkgs/shells/bash/bash-completion/default.nix
  48. +1 −1 pkgs/top-level/all-packages.nix
2 changes: 1 addition & 1 deletion lib/default.nix
Original file line number Diff line number Diff line change
@@ -141,7 +141,7 @@ let
mergeAttrsWithFunc mergeAttrsConcatenateValues
mergeAttrsNoOverride mergeAttrByFunc mergeAttrsByFuncDefaults
mergeAttrsByFuncDefaultsClean mergeAttrBy
fakeSri fakeSha256 fakeSha512
fakeHash fakeSha256 fakeSha512
nixType imap;
inherit (versions)
splitVersion;
2 changes: 1 addition & 1 deletion lib/deprecated.nix
Original file line number Diff line number Diff line change
@@ -272,7 +272,7 @@ rec {
imap = imap1;

# Fake hashes. Can be used as hash placeholders, when computing hash ahead isn't trivial
fakeSri = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
fakeHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
fakeSha256 = "0000000000000000000000000000000000000000000000000000000000000000";
fakeSha512 = "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000";
}
9 changes: 9 additions & 0 deletions nixos/doc/manual/release-notes/rl-2009.xml
Original file line number Diff line number Diff line change
@@ -335,6 +335,15 @@ php.override {
your configuration simply remove the quotes around the numbers.
</para>
</listitem>
<listitem>
<para>
When using <literal>buildBazelPackage</literal> from Nixpkgs,
<literal>flat</literal> hash mode is now used for dependencies
instead of <literal>recursive</literal>. This is to better allow
using hashed mirrors where needed. As a result, these hashes
will have changed.
</para>
</listitem>
</itemizedlist>
</section>

2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/gvisor/default.nix
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ in buildBazelPackage rec {
rm -f "$bazelOut"/java.log "$bazelOut"/java.log.*
'';

sha256 = "1bn7nhv5pag8fdm8l8nvgg3fzvhpy2yv9yl2slrb16lckxzha3v6";
sha256 = "0r11kbyp1ambgcj35gvjjmxrsrdg7b9jb9sq3kih4lik7zyljp25";
};

buildAttrs = {
16 changes: 9 additions & 7 deletions pkgs/build-support/build-bazel-package/default.nix
Original file line number Diff line number Diff line change
@@ -42,9 +42,11 @@ in stdenv.mkDerivation (fBuildAttrs // {
inherit name bazelFlags bazelBuildFlags bazelFetchFlags bazelTarget;

deps = stdenv.mkDerivation (fFetchAttrs // {
name = "${name}-deps";
name = "${name}-deps.tar.gz";
inherit bazelFlags bazelBuildFlags bazelFetchFlags bazelTarget;

impureEnvVars = lib.fetchers.proxyImpureEnvVars;

nativeBuildInputs = fFetchAttrs.nativeBuildInputs or [] ++ [ bazel ];

preHook = fFetchAttrs.preHook or "" + ''
@@ -120,17 +122,16 @@ in stdenv.mkDerivation (fBuildAttrs // {
ln -sf "$new_target" "$symlink"
done
cp -r $bazelOut/external $out
echo '${bazel.name}' > $bazelOut/external/.nix-bazel-version
echo '${bazel.name}' > $out/.nix-bazel-version
(cd $bazelOut/ && tar czf $out --sort=name --mtime='@1' --owner=0 --group=0 --numeric-owner external/)
runHook postInstall
'';

dontFixup = true;
allowedRequisites = [];

outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = fetchAttrs.sha256;
});
@@ -146,14 +147,15 @@ in stdenv.mkDerivation (fBuildAttrs // {
preConfigure = ''
mkdir -p "$bazelOut"
test "${bazel.name}" = "$(<$deps/.nix-bazel-version)" || {
(cd $bazelOut && tar xfz $deps)
test "${bazel.name}" = "$(<$bazelOut/external/.nix-bazel-version)" || {
echo "fixed output derivation was built for a different bazel version" >&2
echo " got: $(<$deps/.nix-bazel-version)" >&2
echo " got: $(<$bazelOut/external/.nix-bazel-version)" >&2
echo "expected: ${bazel.name}" >&2
exit 1
}
cp -r $deps $bazelOut/external
chmod -R +w $bazelOut
find $bazelOut -type l | while read symlink; do
ln -sf $(readlink "$symlink" | sed "s,NIX_BUILD_TOP,$NIX_BUILD_TOP,") "$symlink"
18 changes: 16 additions & 2 deletions pkgs/build-support/rust/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{ stdenv, cacert, git, rust, cargo, rustc, fetchCargoTarball, buildPackages, windows }:
{ stdenv
, buildPackages
, cacert
, cargo
, diffutils
, fetchCargoTarball
, git
, rust
, rustc
, windows
}:

{ name ? "${args.pname}-${args.version}"
, cargoSha256 ? "unset"
@@ -58,6 +68,10 @@ let
cxxForHost="${stdenv.cc}/bin/${stdenv.cc.targetPrefix}c++";
releaseDir = "target/${rustTarget}/${buildType}";

# Specify the stdenv's `diff` by abspath to ensure that the user's build
# inputs do not cause us to find the wrong `diff`.
diff = "${diffutils}/bin/diff";

in

stdenv.mkDerivation (args // {
@@ -110,7 +124,7 @@ stdenv.mkDerivation (args // {
srcLockfile=$NIX_BUILD_TOP/$sourceRoot/Cargo.lock
echo "Validating consistency between $srcLockfile and $cargoDepsLockfile"
if ! diff $srcLockfile $cargoDepsLockfile; then
if ! ${diff} $srcLockfile $cargoDepsLockfile; then
# If the diff failed, first double-check that the file exists, so we can
# give a friendlier error msg.
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/core/adwaita-icon-theme/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
pname = "adwaita-icon-theme";
version = "3.36.0";
version = "3.36.1";

src = fetchurl {
url = "mirror://gnome/sources/adwaita-icon-theme/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "066m3vd6k6xf3ap1ahrbw5hnx2322wf0qsnywcxjsj6snq9225qs";
sha256 = "0kgiq712lfidd81yzx0yk7qwlj3q8cymp6npnxyzsk844y353674";
};

# For convenience, we can specify adwaita-icon-theme only in packages
8 changes: 4 additions & 4 deletions pkgs/development/interpreters/clojure/babashka.nix
Original file line number Diff line number Diff line change
@@ -3,17 +3,17 @@
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "babashka";
version = "0.0.89";
version = "0.0.94";

reflectionJson = fetchurl {
name = "reflection.json";
url = "https://github.com/borkdude/${pname}/releases/download/v${version}/${pname}-${version}-reflection.json";
sha256 = "0bc5rbizd2lg7qfh733yiip8m9zqrwgjf5ca09sdibxp7nhhsjby";
sha256 = "103x5ih48rhhdipar66bp0s0j62fv4r3sszh8fwaivs7dvsvcvsd";
};

src = fetchurl {
url = "https://github.com/borkdude/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar";
sha256 = "11jhqbm3svvikr9glz8wwps1267y25g3384ijw6avn267s7d7l8c";
sha256 = "0fin80x898qzylzq91q6mp8pgwk0sciwwa9l71mdhahqasa90sri";
};

dontUnpack = true;
@@ -79,6 +79,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/borkdude/babashka";
license = licenses.epl10;
platforms = graalvm8.meta.platforms;
maintainers = with maintainers; [ bhougland DerGuteMoritz jlesquembre ];
maintainers = with maintainers; [ bandresen bhougland DerGuteMoritz jlesquembre ];
};
}
4 changes: 2 additions & 2 deletions pkgs/development/libraries/audio/lv2/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "lv2";
version = "1.16.0";
version = "1.18.0";

src = fetchurl {
url = "https://lv2plug.in/spec/${pname}-${version}.tar.bz2";
sha256 = "1ppippbpdpv13ibs06b0bixnazwfhiw0d0ja6hx42jnkgdyp5hyy";
sha256 = "0gs7401xz23q9vajqr31aa2db8dvssgyh5zrvr4ipa6wig7yb8wh";
};

nativeBuildInputs = [ pkgconfig wafHook ];
4 changes: 2 additions & 2 deletions pkgs/development/libraries/glib-networking/default.nix
Original file line number Diff line number Diff line change
@@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
pname = "glib-networking";
version = "2.64.1";
version = "2.64.2";

outputs = [ "out" "installedTests" ];

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0wmg5n2h0r1rcdmp4w48akqlsbpjrjrj6p59g5ylc5yqyzg4dhx4";
sha256 = "19wmyv7j355z1wk650fyygadbwwmmhqggr54845rn7smbiqz1pj5";
};

patches = [
4 changes: 2 additions & 2 deletions pkgs/development/libraries/glibmm/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "glibmm";
version = "2.62.0";
version = "2.64.2";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1ziwx6r7k7wbvg4qq1rgrv8zninapgrmhn1hs6926a3krh9ryr9n";
sha256 = "1v6lp23fr2qh4zshcnm28sn29j3nzgsvcqj2nhmrnvamipjq4lm7";
};

outputs = [ "out" "dev" ];
Original file line number Diff line number Diff line change
@@ -7,11 +7,11 @@

stdenv.mkDerivation rec {
pname = "gsettings-desktop-schemas";
version = "3.36.0";
version = "3.36.1";

src = fetchurl {
url = "mirror://gnome/sources/gsettings-desktop-schemas/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "19hfjqzddkmvxg80v23xpbd1my2pzjalx3d56d2k4dk5521vcjkn";
sha256 = "1nf97vq07gadwdla6kws8z510xlmv0a7wlyqwwnhyagq7kjdnjq0";
};

passthru = {
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libdvdread/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "libdvdread";
version = "6.1.0";
version = "6.1.1";

src = fetchurl {
url = "http://get.videolan.org/libdvdread/${version}/${pname}-${version}.tar.bz2";
sha256 = "033mnhq3mx0qz3z85vw01rz5wzmx5ynadl7q1wm2spvx3ryvs6sh";
sha256 = "15hpwbw3nm84y432l0j61w0zmqxplsyymfc52dry6nvwl44p6d9y";
};

buildInputs = [libdvdcss];
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libgdiplus/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "libgdiplus";
version = "6.0.4";
version = "6.0.5";

src = fetchFromGitHub {
owner = "mono";
repo = "libgdiplus";
rev = version;
sha256 = "1pf3yhwq9qk0w3yv9bb8qlwwqkffg7xb4sgc8yqdnn6pa56i3vmn";
sha256 = "1387lgph5r17viv3rkf5hbksdn435njzmra7s17q0nzk2mkkm68c";
};

NIX_LDFLAGS = "-lgif";
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libgsf/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
pname = "libgsf";
version = "1.14.46";
version = "1.14.47";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0bddmlzg719sjhlbzqlhb7chwk93qc7g68m2r9r8xz112jdradpa";
sha256 = "0kbpp9ksl7977xiga37sk1gdw1r039v6zviqznl7alvvg39yp26i";
};

nativeBuildInputs = [ pkgconfig intltool libintl ];
3 changes: 2 additions & 1 deletion pkgs/development/libraries/libiberty/default.nix
Original file line number Diff line number Diff line change
@@ -3,7 +3,8 @@
let inherit (buildPackages.buildPackages) gcc; in

stdenv.mkDerivation {
name = "libiberty-${gcc.cc.version}";
pname = "libiberty";
version = "${gcc.cc.version}";

inherit (gcc.cc) src;

4 changes: 2 additions & 2 deletions pkgs/development/libraries/libinput/default.nix
Original file line number Diff line number Diff line change
@@ -27,11 +27,11 @@ in
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "libinput";
version = "1.15.4";
version = "1.15.5";

src = fetchurl {
url = "https://www.freedesktop.org/software/libinput/${pname}-${version}.tar.xz";
sha256 = "1ha5qyak1ka5npy5i6hzqfpii8samkj389mkppj4wdsfv536i2ww";
sha256 = "15ww4jl3lcxyi8m8idg8canklbqv729gnwpkz7r98c1w8a7zq3m9";
};

outputs = [ "bin" "out" "dev" ];
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libqmi/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "libqmi";
version = "1.24.6";
version = "1.24.10";

src = fetchurl {
url = "https://www.freedesktop.org/software/libqmi/${pname}-${version}.tar.xz";
sha256 = "1jfq8jdjc9z5c0g7m377svdlniwkr4k9hs7s8fsb5rvdq5xja98k";
sha256 = "1rzxapr6hb18ccvqh5fizx7zk63l47bs0p3gizycz2ysnm1i44n2";
};

outputs = [ "out" "dev" "devdoc" ];
4 changes: 2 additions & 2 deletions pkgs/development/libraries/librsvg/default.nix
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@

let
pname = "librsvg";
version = "2.48.2";
version = "2.48.4";
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "1jmxd03fs8vkwycxpmx69kdfmgq52g64bhv82gmj3kjgw2h5h9i7";
sha256 = "0vlmgisf87dz4vcl1ypcw7g211wkyvhydv6ksf1p6mgdbkw3mdi8";
};

outputs = [ "out" "dev" "installedTests" ];
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libsass/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "libsass";
version = "3.6.3";
version = "3.6.4";

src = fetchFromGitHub {
owner = "sass";
repo = pname;
rev = version;
sha256 = "1q6lvd8sj5k5an32qir918pa5khhcb8h08dzrg1bcxmw7a23j514";
sha256 = "074kvacdan85h4qrvsk97575ys9xgkc044gplz3m6vn4a8pcl2rn";
# Remove unicode file names which leads to different checksums on HFS+
# vs. other filesystems because of unicode normalisation.
extraPostFetch = ''
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libsecret/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
pname = "libsecret";
version = "0.20.2";
version = "0.20.3";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1hzz34gmsxxf1jm1b7qin390rkwbg8sx198xdkwxqp3q6cw19sc1";
sha256 = "1r4habxdzmn02id324m0m4mg5isf22q1z436bg3vjjmcz1b3rjsg";
};

postPatch = ''
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libuninameslist/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "libuninameslist";
version = "20200313";
version = "20200413";

src = fetchFromGitHub {
owner = "fontforge";
repo = pname;
rev = version;
sha256 = "1rs4mrmfcw7864kssnk559ac1sdlpl8yrd10xspxrnfz08ynqxw8";
sha256 = "0jbg94z00f5vwqyjfrbill6cjvzp1zrki6m3d235jjxyw0hm3wr5";
};

nativeBuildInputs = [
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libuv/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, lib, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, ApplicationServices, CoreServices }:

stdenv.mkDerivation rec {
version = "1.35.0";
version = "1.37.0";
pname = "libuv";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "0pd94h10ay38r8fwj0qqgw908rrj83n768n8mbbpnd5w2c7wy9fz";
sha256 = "0iy25w4wy9f5y7i7aqidhqz93qi00lv7vhx6s521n0kphvaj8ijz";
};

postPatch = let
Loading