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

profile-sync-daemon: 6.48 -> 6.50
This commit is contained in:
Weijia Wang
2023-10-28 02:57:32 +02:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "profile-sync-daemon";
version = "6.48";
version = "6.50";
src = fetchFromGitHub {
owner = "graysky2";
repo = "profile-sync-daemon";
rev = "v${version}";
hash = "sha256-EHzRuE24Bj+lqRiPTCAPEAV4zVMK8iW2cF6OgO1izZw=";
hash = "sha256-Wb9YLxuu9i9s/Y6trz5NZDU9WRywe3138cp5Q2gWbxM=";
};
installPhase = ''