Skip to content

Commit

Permalink
smarty3: 3.1.36 -> 3.1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored and erictapen committed Mar 16, 2021
1 parent 52abed1 commit 7b21af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/smarty3/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub, ... }: stdenv.mkDerivation rec {
pname = "smarty3";
version = "3.1.36";
version = "3.1.39";

src = fetchFromGitHub {
owner = "smarty-php";
repo = "smarty";
rev = "v${version}";
sha256 = "0jljzw1xl2kjwf9cylp1ddnjhz7wbm499s03r479891max1m2mlf";
sha256 = "0n5hmnw66gxqikp6frgfd9ywsvr2azyg5nl7ix89digqlzcljkbg";
};

installPhase = ''
Expand Down

0 comments on commit 7b21af7

Please sign in to comment.