Merge pull request #157179 from LeSuisse/smarty-3.1.44

smarty3: 3.1.39 -> 3.1.44
This commit is contained in:
Robert Scott 2022-01-31 00:08:50 +00:00 committed by GitHub
commit 7317407fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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