usync: use similar commit from master after probably force pushes upstream

This commit is contained in:
Sandro Jäckel 2021-01-26 14:17:27 +01:00
parent 897b67b324
commit 99892a9bb5
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -6,9 +6,9 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "ebzzry";
repo = pname;
rev = "9c87ea8a707a47c3d7f6ef94d07591c5ab594282";
sha256 = "1r05gw041fz9dkkb70zd6kqw9dd8dhpv87407qxqg43pd7x47kf4";
repo = "usync";
rev = "99f11b0c196a81843f55ca3456abcb85149b6d51";
sha256 = "16i1q8f0jmfd43rb8d70l2b383vr5ib4kh7iq3yd345q7xjz9c2j";
};
installPhase = ''