tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
jquery-ui: 1.11.1 -> 1.11.4
Bjørn Forsman
10 years ago
f91c5bcc
bff59c5f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
javascript
jquery-ui
default.nix
+2
-2
pkgs/development/libraries/javascript/jquery-ui/default.nix
···
1
1
{ stdenv, fetchurl, unzip }:
2
2
3
3
stdenv.mkDerivation rec {
4
4
-
name = "jquery-ui-1.11.1";
4
4
+
name = "jquery-ui-1.11.4";
5
5
6
6
src = fetchurl {
7
7
url = "http://jqueryui.com/resources/download/${name}.zip";
8
8
-
sha256 = "05dlcfwklymx94fb4n88l5syf80l6zrs862zzmla477vd8ndk537";
8
8
+
sha256 = "0ciyaj1acg08g8hpzqx6whayq206fvf4whksz2pjgxlv207lqgjh";
9
9
};
10
10
11
11
buildInputs = [ unzip ];