[Backport release-26.05] ripplerx: 1.5.18 -> 1.5.19 (#533220)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-19 11:29:35 +00:00 committed by GitHub
commit 962e181a92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
};