ppp: 2.5.0 -> 2.5.1 (#342814)

This commit is contained in:
R. RyanTM 2024-10-16 13:30:01 +10:00 committed by GitHub
parent 3e2fe0e1ae
commit 7c3df7f802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
}:
stdenv.mkDerivation rec {
version = "2.5.0";
version = "2.5.1";
pname = "ppp";
src = fetchFromGitHub {
owner = "ppp-project";
repo = pname;
repo = "ppp";
rev = "ppp-${version}";
sha256 = "sha256-J7udiLiJiJ1PzNxD+XYAUPXZ+ABGXt2U3hSFUWJXe94=";
hash = "sha256-sjaBFP/A63+ycuZm3bxOxAAxMrVHZZFED2Uq8rBapdo=";
};
configureFlags = [