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

profile-sync-daemon: 6.44 -> 6.45
This commit is contained in:
Mario Rodas 2022-08-13 12:31:08 -05:00 committed by GitHub
commit f2ea170e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "profile-sync-daemon";
version = "6.44";
version = "6.45";
src = fetchFromGitHub {
owner = "graysky2";
repo = "profile-sync-daemon";
rev = "v${version}";
hash = "sha256-7sEC2b4mzgbDTFgpH5abZ/kiwEmGdbKkTLiD73Efdls=";
hash = "sha256-gUGtoa0NUCzhghEMPgb020UdXjFQMZkx4ZmPJDXNGJc=";
};
installPhase = ''