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 in
stdenv.mkDerivation (final: with final; { stdenv.mkDerivation (final: with final; {
pname = "lemonade"; pname = "lemonade";
version = "2024.03.20"; version = "2024.04.22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mdwalters"; owner = "mdwalters";
repo = "lemonade"; repo = "lemonade";
rev = version; rev = version;
hash = "sha256-D9V14icURNc+U/GrPjIrCnVBrCw9v4GBmLtaMQABolA="; hash = "sha256-Y8mU57ty7PXhCmPKByAf/nBH41NgfW97wfOfE5rWKZ0=";
}; };
postPatch = '' postPatch = ''