prrte: 3.0.5 -> 3.0.6

(cherry picked from commit a16a1449a0)
This commit is contained in:
Markus Kowalewski 2024-11-18 18:00:49 +01:00 committed by github-actions[bot]
parent e03aa5c659
commit 5556c77ca8

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "prrte";
version = "3.0.6";
version = "3.0.7";
src = fetchFromGitHub {
owner = "openpmix";
repo = "prrte";
rev = "v${version}";
hash = "sha256-0JHtUpGFdPKmgUk0+MNxTfZIUDz/vY/CV+Mqbmv0JFw=";
hash = "sha256-Jw9/M2rpGTA19qssDaZV+9FYlIvz8wgL5oUDdWwidHI=";
fetchSubmodules = true;
};