lol

jquery: 1.11.2 -> 1.11.3

[Bjørn: add 2nd hash (for the "uncompressed" download)]

authored by

Matthias Beyer and committed by
Bjørn Forsman
bff59c5f d0286949

+3 -3
+3 -3
pkgs/development/libraries/javascript/jquery/default.nix
··· 3 3 with stdenv.lib; 4 4 5 5 stdenv.mkDerivation rec { 6 - name = "jquery-1.11.2"; 6 + name = "jquery-1.11.3"; 7 7 8 8 src = if compressed then 9 9 fetchurl { 10 10 url = "http://code.jquery.com/${name}.min.js"; 11 - sha256 = "1h09zz6cjm66g30wa7c41by1jswx9gjpgqgbxln0dv2v55fjkk9f"; 11 + sha256 = "1f4glgxxn3jnvry3dpzmazj3207baacnap5w20gr2xlk789idfgc"; 12 12 } 13 13 else 14 14 fetchurl { 15 15 url = "http://code.jquery.com/${name}.js"; 16 - sha256 = "098gnzndmmjygpsfywxgmb0vi42b882pwpby77gqkrd2nwsp1hjq"; 16 + sha256 = "1v956yf5spw0156rni5z77hzqwmby7ajwdcd6mkhb6zvl36awr90"; 17 17 }; 18 18 19 19 unpackPhase = "true";