lol

Merge pull request #195872 from tomfitzhenry/chatty-0.7.0

chatty: unbreak by migrating to libsoup3

authored by

Bobby Rong and committed by
GitHub
e93839e8 a2f0aeb8

+4 -5
+4 -5
pkgs/applications/networking/instant-messengers/chatty/default.nix
··· 29 29 30 30 stdenv.mkDerivation rec { 31 31 pname = "chatty"; 32 - version = "0.6.7"; 32 + version = "unstable-2022-09-20"; 33 33 34 34 src = fetchFromGitLab { 35 35 domain = "source.puri.sm"; 36 36 owner = "Librem5"; 37 37 repo = "chatty"; 38 - rev = "v${version}"; 38 + # https://source.puri.sm/Librem5/chatty/-/tree/247c53fd990f7472ddd1a92c2f9e1299ae3ef4e4 39 + rev = "247c53fd990f7472ddd1a92c2f9e1299ae3ef4e4"; 39 40 fetchSubmodules = true; 40 - hash = "sha256-W4w/00mRgjfyQmLQ81/EAN+80qk7kDkBmMPJnOU+AIc="; 41 + hash = "sha256-9hgQC0vLmmJJxrBWTdTIrJbSSwLS23uVoJri2ieCj4E="; 41 42 }; 42 43 43 44 postPatch = '' ··· 87 88 license = licenses.gpl3Plus; 88 89 maintainers = with maintainers; [ dotlambda tomfitzhenry ]; 89 90 platforms = platforms.linux; 90 - # Requires upgrade to libsoup3 91 - broken = true; 92 91 }; 93 92 }