Merge pull request #298477 from LeSuisse/smarty3-3.1.48

smarty3: 3.1.44 -> 3.1.48
This commit is contained in:
Pol Dellaiera
2024-03-24 22:43:45 +01:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "smarty3";
version = "3.1.44";
version = "3.1.48";
src = fetchFromGitHub {
owner = "smarty-php";
repo = "smarty";
rev = "v${version}";
sha256 = "sha256-9a9OC18jyFpmFXffYOYHZ0j01j4NCF5zwrSYr1fZwqo=";
hash = "sha256-QGhccIJ7BZTWGF+n8rmB1RCVyJKID95NW6Yb2VvqqGQ=";
};
installPhase = ''