3
0
Fork 0
forked from mirrors/nixpkgs

jquery: 1.11.2 -> 1.11.3

[Bjørn: add 2nd hash (for the "uncompressed" download)]
This commit is contained in:
Matthias Beyer 2015-10-02 15:59:06 +02:00 committed by Bjørn Forsman
parent d02869496b
commit bff59c5f00

View file

@ -3,17 +3,17 @@
with stdenv.lib; with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "jquery-1.11.2"; name = "jquery-1.11.3";
src = if compressed then src = if compressed then
fetchurl { fetchurl {
url = "http://code.jquery.com/${name}.min.js"; url = "http://code.jquery.com/${name}.min.js";
sha256 = "1h09zz6cjm66g30wa7c41by1jswx9gjpgqgbxln0dv2v55fjkk9f"; sha256 = "1f4glgxxn3jnvry3dpzmazj3207baacnap5w20gr2xlk789idfgc";
} }
else else
fetchurl { fetchurl {
url = "http://code.jquery.com/${name}.js"; url = "http://code.jquery.com/${name}.js";
sha256 = "098gnzndmmjygpsfywxgmb0vi42b882pwpby77gqkrd2nwsp1hjq"; sha256 = "1v956yf5spw0156rni5z77hzqwmby7ajwdcd6mkhb6zvl36awr90";
}; };
unpackPhase = "true"; unpackPhase = "true";