Merge pull request #101570 from r-ryantm/auto-update/duktape

duktape: 2.5.0 -> 2.6.0
This commit is contained in:
Ryan Mulligan 2020-10-24 12:39:22 -07:00 committed by GitHub
commit 88ebc5e7ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "duktape";
version = "2.5.0";
version = "2.6.0";
src = fetchurl {
url = "http://duktape.org/duktape-${version}.tar.xz";
sha256 = "05ln6b2a0s8ynz28armwqs2r5zjyi3cxi0dx6ahnxlqw19b13m43";
sha256 = "19szwxzvl2g65fw95ggvb8h0ma5bd9vvnnccn59hwnc4dida1x4n";
};
buildPhase = ''