phpExtensions.pinba: replace version number
This commit is contained in:
committed by
Sandro Jäckel
parent
1592f4ca84
commit
c276f24e29
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user