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

profile-sync-daemon: 6.45 -> 6.47
This commit is contained in:
Christian Kögler 2022-09-18 16:00:22 +02:00 committed by GitHub
commit 271e25aab1
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.45";
version = "6.47";
src = fetchFromGitHub {
owner = "graysky2";
repo = "profile-sync-daemon";
rev = "v${version}";
hash = "sha256-gUGtoa0NUCzhghEMPgb020UdXjFQMZkx4ZmPJDXNGJc=";
hash = "sha256-BAr+EvSjSPBKdSX49tEgXOpMK3NB5JZ+cmfuKkyDbGs=";
};
installPhase = ''