summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2018-05-01 23:59:07 +0200
committerMichael Raskin <7c6f434c@mail.ru>2018-05-02 02:46:52 +0200
commit80c77a2efd5538a086bf01d0aa3fd851ab0209ec (patch)
treee85c5df5353b6c9d4d3efef035c037e9dce693d9 /pkgs/development/tools
parentcc6f2c09572215037d99f376a799a849dc9d23bf (diff)
downloadnixlib-80c77a2efd5538a086bf01d0aa3fd851ab0209ec.tar
nixlib-80c77a2efd5538a086bf01d0aa3fd851ab0209ec.tar.gz
nixlib-80c77a2efd5538a086bf01d0aa3fd851ab0209ec.tar.bz2
nixlib-80c77a2efd5538a086bf01d0aa3fd851ab0209ec.tar.lz
nixlib-80c77a2efd5538a086bf01d0aa3fd851ab0209ec.tar.xz
nixlib-80c77a2efd5538a086bf01d0aa3fd851ab0209ec.tar.zst
nixlib-80c77a2efd5538a086bf01d0aa3fd851ab0209ec.zip
slimerjs: 0.10.3 -> 1.0.0
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/slimerjs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/slimerjs/default.nix b/pkgs/development/tools/slimerjs/default.nix
index b3049736b710..041aee7a1c5c 100644
--- a/pkgs/development/tools/slimerjs/default.nix
+++ b/pkgs/development/tools/slimerjs/default.nix
@@ -3,11 +3,11 @@ let
   s = # Generated upstream information
   rec {
     baseName="slimerjs";
-    version="0.10.3";
+    version="1.0.0";
     name="${baseName}-${version}";
     owner = "laurentj";
     repo = "${baseName}";
-    sha256="16v6a1kcq8il4snbrgsq5xmxs35alzf4qlmscr2yli95xq5fnl5y";
+    sha256="1w4sfrv520isbs7r1rlzl5y3idrpad7znw9fc92yz40jlwz7sxs4";
     rev = "${version}";
   };
   buildInputs = [