ripplerx: 1.5.18 -> 1.5.19

(cherry picked from commit 4346906da4)
This commit is contained in:
R. Ryantm 2026-06-19 04:37:18 +00:00 committed by github-actions[bot]
commit 05c5032c84

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ripplerx";
version = "1.5.18";
version = "1.5.19";
src = fetchFromGitHub {
owner = "tiagolr";
repo = "ripplerx";
tag = "v${finalAttrs.version}";
hash = "sha256-lHLAJ8eCmn/WFYxGl/zIq8a2xPKqzpB7tilffJcXhM4=";
hash = "sha256-YcrBJu7vLh8KZkds6OA48nhOHtZjRymxGrNmh7yTIxc=";
fetchSubmodules = true;
};