lemmy-lemonade: 2024.03.20 -> 2024.04.22

This commit is contained in:
Colin 2024-05-27 01:13:32 +00:00
parent a024f685c3
commit 439be20be7

View File

@ -25,13 +25,13 @@ let
in
stdenv.mkDerivation (final: with final; {
pname = "lemonade";
version = "2024.03.20";
version = "2024.04.22";
src = fetchFromGitHub {
owner = "mdwalters";
repo = "lemonade";
rev = version;
hash = "sha256-D9V14icURNc+U/GrPjIrCnVBrCw9v4GBmLtaMQABolA=";
hash = "sha256-Y8mU57ty7PXhCmPKByAf/nBH41NgfW97wfOfE5rWKZ0=";
};
postPatch = ''