Merge pull request #113398 from flokli/casync-update

casync: 2-219-ga8f6c84 -> 2-219-ga8f6c84
This commit is contained in:
adisbladis 2021-02-17 16:28:12 +01:00 committed by GitHub
commit 943e0f5796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,21 +1,34 @@
{ lib, stdenv, fetchFromGitHub { lib
, meson, ninja, pkg-config, python3, sphinx , stdenv
, acl, curl, fuse, libselinux, udev, xz, zstd , fetchFromGitHub
, meson
, ninja
, pkg-config
, python3
, sphinx
, acl
, curl
, fuse
, libselinux
, udev
, xz
, zstd
, fuseSupport ? true , fuseSupport ? true
, selinuxSupport ? true , selinuxSupport ? true
, udevSupport ? true , udevSupport ? true
, glibcLocales, rsync , glibcLocales
, rsync
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "casync"; pname = "casync";
version = "2-219-ga8f6c84"; version = "2-226-gbd8898e";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "systemd"; owner = "systemd";
repo = "casync"; repo = "casync";
rev = "a8f6c841ccfe59ca8c68aad64df170b64042dce8"; rev = "bd8898ed92685e12022dd33a04c87786b5262344";
sha256 = "1i3c9wmpabpmx2wfbcyabmwfa66vz92iq5dlbm89v5mvgavz7bws"; sha256 = "04ibglizjzyd7ih13q6m7ic78n0mzw9nfmb3zd1fcm9j62qlq11i";
}; };
buildInputs = [ acl curl xz zstd ] buildInputs = [ acl curl xz zstd ]