ripes: 2.2.4 -> 2.2.5

This commit is contained in:
R. Ryantm 2022-08-28 23:35:44 +00:00
parent cef50cde2b
commit a8d96b8b99

View File

@ -12,14 +12,14 @@
mkDerivation rec {
pname = "ripes";
version = "2.2.4";
version = "2.2.5";
src = fetchFromGitHub {
owner = "mortbopet";
repo = "Ripes";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-Aal2A4xypzaY7Oa+boIrXk7ITNKnh5OZIP7DkJjcGu4=";
sha256 = "sha256-HdvLi3OKJmr+U/dxCGmq6JR91dWpUL3uoPumH2/B46k=";
};
nativeBuildInputs = [