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

Commits on Mar 24, 2020

  1. dar: 2.6.8 -> 2.6.9

    r-ryantm committed Mar 24, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    veprbl Dmitry Kalinkin
    Copy the full SHA
    c7ca23e View commit details
  2. Merge pull request #83263 from r-ryantm/auto-update/dar

    dar: 2.6.8 -> 2.6.9
    mmahut authored Mar 24, 2020
    Copy the full SHA
    14fcb3e View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/backup/dar/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/backup/dar/default.nix
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
with stdenv.lib;

stdenv.mkDerivation rec {
version = "2.6.8";
version = "2.6.9";
pname = "dar";

src = fetchurl {
url = "mirror://sourceforge/dar/${pname}-${version}.tar.gz";
sha256 = "05mw6m054jklnxkxgf9fh4hx8ik1d8c18rfg3i55bnddk0vr8ra3";
sha256 = "1jzqq54w1dix2qdlj4hr9dpq9fnp23h102bk8d2gq6k7n2zgaj6v";
};

buildInputs = [ zlib bzip2 openssl lzo libgcrypt gpgme xz ]
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];

meta = {
homepage = http://dar.linux.free.fr;
homepage = "http://dar.linux.free.fr";
description = "Disk ARchiver, allows backing up files into indexed archives";
license = licenses.gpl2;
platforms = platforms.unix;