meme-suite: 5.5.8 -> 5.5.9

This commit is contained in:
R. Ryantm
2026-02-21 12:36:06 +00:00
parent 27e297b7b3
commit f76a4eb6cf
+2 -2
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "meme-suite";
version = "5.5.8";
version = "5.5.9";
src = fetchurl {
url = "https://meme-suite.org/meme-software/${version}/meme-${version}.tar.gz";
sha256 = "sha256-G0oXU3lcCbHUbebEo/BLM8G8w+QbvPTm4UIg6K12dDs=";
sha256 = "sha256-BAb7ex3Cf2qrPW06KezfYXu92UZpDPqXyiEpvCEL/RI=";
};
buildInputs = [ zlib ];