profile-sync-daemon: 6.48 -> 6.50

This commit is contained in:
R. Ryantm 2023-10-13 01:11:04 +00:00
parent 093f098d26
commit f151aeac50

View file

@ -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 = ''