summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 17:04:04 -0700
committerRobin Gloster <mail@glob.in>2018-05-01 18:09:58 +0200
commit673f4c52f473391320baff1955fc7b4ef5ede808 (patch)
tree8186e746bf26c4a3365626bf2eb8d5682089d085 /pkgs/development/interpreters
parent9e37f7ed27040553cb39a658614697fcb7a96da8 (diff)
downloadnixpkgs-673f4c52f473391320baff1955fc7b4ef5ede808.tar
nixpkgs-673f4c52f473391320baff1955fc7b4ef5ede808.tar.gz
nixpkgs-673f4c52f473391320baff1955fc7b4ef5ede808.tar.bz2
nixpkgs-673f4c52f473391320baff1955fc7b4ef5ede808.tar.lz
nixpkgs-673f4c52f473391320baff1955fc7b4ef5ede808.tar.xz
nixpkgs-673f4c52f473391320baff1955fc7b4ef5ede808.tar.zst
nixpkgs-673f4c52f473391320baff1955fc7b4ef5ede808.zip
duktape: 2.2.0 -> 2.2.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/duktape/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.2.1 with grep in /nix/store/8clll9a9f797fd0vxz3vmx641mpqzkkx-duktape-2.2.1
- directory tree listing: https://gist.github.com/6049cc6fc921f7fa2efb27f86c1c7ca6
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/duktape/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/duktape/default.nix b/pkgs/development/interpreters/duktape/default.nix
index 3cdc89fb3fd..46550c83510 100644
--- a/pkgs/development/interpreters/duktape/default.nix
+++ b/pkgs/development/interpreters/duktape/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   name = "duktape-${version}";
-  version = "2.2.0";
+  version = "2.2.1";
   src = fetchurl {
     url = "http://duktape.org/duktape-${version}.tar.xz";
-    sha256 = "050csp065ll67dck94s0vdad5r5ck4jwsz1fn1y0fcvn88325xv2";
+    sha256 = "1wp7mpkhizknq72ivdbkzps4radi1daqzjcjp1i54c2k4pnjxgis";
   };
 
   buildPhase = ''