phpExtensions.luasandbox: 4.1.2 -> 4.1.3 (#473141)
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
|
||||
buildPecl rec {
|
||||
pname = "luasandbox";
|
||||
version = "4.1.2";
|
||||
version = "4.1.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wikimedia";
|
||||
repo = "mediawiki-php-luasandbox";
|
||||
tag = version;
|
||||
hash = "sha256-HWObytoHBvxF9+QC62yJfi6MuHOOXFbSNkhuz5zWPCY=";
|
||||
hash = "sha256-YQ7mxrAjtpYCThy0UPHlB0bkf86qpKqXxH4XV0hB+YU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
Reference in New Issue
Block a user