Merge pull request #88651 from r-ryantm/auto-update/profile-sync-daemon

profile-sync-daemon: 6.38 -> 6.40
This commit is contained in:
Nick Hu 2020-05-26 13:48:28 +01:00 committed by GitHub
commit ebdbc688a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, utillinux, coreutils}: { stdenv, fetchurl, utillinux, coreutils}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "6.38"; version = "6.40";
pname = "profile-sync-daemon"; pname = "profile-sync-daemon";
src = fetchurl { src = fetchurl {
url = "https://github.com/graysky2/profile-sync-daemon/archive/v${version}.tar.gz"; url = "https://github.com/graysky2/profile-sync-daemon/archive/v${version}.tar.gz";
sha256 = "0mhjgd2b3grdaad64b72m8i5rm9k58yx7kpiqmhmd3kl5qlgxagy"; sha256 = "1z1n7dqbkk0x9w2pq71nf93wp4hrzin4a0hcvfynj1khf12z369h";
}; };
installPhase = '' installPhase = ''