mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-04 11:37:02 +00:00
Merge pull request #85283 from r-ryantm/auto-update/smarty3
smarty3: 3.1.34 -> 3.1.35
This commit is contained in:
commit
7d39eea965
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, fetchFromGitHub, ... }: stdenv.mkDerivation rec {
|
{ stdenv, fetchFromGitHub, ... }: stdenv.mkDerivation rec {
|
||||||
pname = "smarty3";
|
pname = "smarty3";
|
||||||
version = "3.1.34";
|
version = "3.1.35";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "smarty-php";
|
owner = "smarty-php";
|
||||||
repo = "smarty";
|
repo = "smarty";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0a44p71aqyifm7qkp892aczb0bn6a9fv4657dsscxszvdm25a92x";
|
sha256 = "05prjhlsmjmbjpks3bsx4ifz5izshsabys20c56jgibgnjsflm6k";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue