profile-sync-daemon: 6.44 -> 6.45

This commit is contained in:
R. Ryantm 2022-08-01 05:58:46 +00:00
parent 5857574d45
commit 7f86bd5a25

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