1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

Update SlimerJS

This commit is contained in:
Michael Raskin 2013-10-30 13:03:47 +04:00
parent 8150f1a362
commit 52d5290118

View file

@ -3,11 +3,11 @@ let
s = # Generated upstream information
rec {
baseName="slimerjs";
version="0.8.3";
version="0.8.4";
name="${baseName}-${version}";
hash="07gwiay2pbzyscn8gnwb8i92xffjahhinlswc1z4h8dbjk837d8h";
url="http://download.slimerjs.org/v0.8/slimerjs-0.8.3.zip";
sha256="07gwiay2pbzyscn8gnwb8i92xffjahhinlswc1z4h8dbjk837d8h";
hash="12hv126i304y3lr8z420vpdlrks1qzz0zwfi5yishdfiasdl5pyd";
url="http://download.slimerjs.org/v0.8/slimerjs-0.8.4.zip";
sha256="12hv126i304y3lr8z420vpdlrks1qzz0zwfi5yishdfiasdl5pyd";
};
buildInputs = [
unzip