duktape: 2.6.0 -> 2.7.0

This commit is contained in:
R. Ryantm 2022-02-21 06:09:57 +00:00
parent d81f048ef4
commit af98faa428

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "duktape";
version = "2.6.0";
version = "2.7.0";
src = fetchurl {
url = "http://duktape.org/duktape-${version}.tar.xz";
sha256 = "19szwxzvl2g65fw95ggvb8h0ma5bd9vvnnccn59hwnc4dida1x4n";
sha256 = "sha256-kPjS+otVZ8aJmDDd7ywD88J5YLEayiIvoXqnrGE8KJA=";
};
nativeBuildInputs = [ validatePkgConfig ];