phpExtensions.pinba: replace version number

This commit is contained in:
Sandro Jäckel 2022-10-27 11:40:41 +02:00 committed by Sandro Jäckel
parent 1592f4ca84
commit c276f24e29

View File

@ -1,13 +1,13 @@
{ buildPecl, lib, fetchFromGitHub }:
buildPecl {
buildPecl rec {
pname = "pinba";
version = "1.1.2";
src = fetchFromGitHub {
owner = "tony2001";
repo = "pinba_extension";
rev = "RELEASE_1_1_2";
rev = "RELEASE_${lib.replaceStrings ["."] ["_"] version}";
sha256 = "0wqcqq6sb51wiawa37hbd1h9dbvmyyndzdvz87xqji7lpr9vn8jy";
};