mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
jquery: 1.11.2 -> 1.11.3
[Bjørn: add 2nd hash (for the "uncompressed" download)]
This commit is contained in:
parent
d02869496b
commit
bff59c5f00
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue