Thomas Gerbet 2024-03-23 23:22:13 +01:00
parent 454c26e063
commit 559316bc2f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "smarty3"; pname = "smarty3";
version = "3.1.44"; version = "3.1.48";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "smarty-php"; owner = "smarty-php";
repo = "smarty"; repo = "smarty";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-9a9OC18jyFpmFXffYOYHZ0j01j4NCF5zwrSYr1fZwqo="; hash = "sha256-QGhccIJ7BZTWGF+n8rmB1RCVyJKID95NW6Yb2VvqqGQ=";
}; };
installPhase = '' installPhase = ''