prrte: 3.0.8 -> 3.0.9 (#391537)

This commit is contained in:
Markus Kowalewski 2025-03-20 13:22:21 +01:00 committed by GitHub
commit 29c7ade378
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "prrte";
version = "3.0.8";
version = "3.0.9";
src = fetchFromGitHub {
owner = "openpmix";
repo = "prrte";
rev = "v${version}";
hash = "sha256-4Xc6We0mXpKCwfHlmqi+WbFjdQegWHGzWrEnMVqkqtU=";
hash = "sha256-wLM+txjngY5gh/+yiaSKrenG6oIzF2dPgMumIGyCsXU=";
fetchSubmodules = true;
};