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

profile-sync-daemon: 6.34 -> 6.35
This commit is contained in:
Mario Rodas 2019-09-27 22:00:09 -05:00 committed by GitHub
commit 796eabe2c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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