3
0
Fork 0
forked from mirrors/nixpkgs

ripes: 2.2.5 -> 2.2.6

This commit is contained in:
R. Ryantm 2023-01-13 00:39:39 +00:00 committed by Bobby Rong
parent fc0734833d
commit b3f11c60ed

View file

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