tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
update directfb
Michael Raskin
11 years ago
81eafd77
8fcc960e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
directfb
default.nix
+2
-2
pkgs/development/libraries/directfb/default.nix
···
4
4
5
5
let s =
6
6
rec {
7
7
-
version = "1.7.6";
7
7
+
version = "1.7.7";
8
8
name="directfb-${version}";
9
9
-
sha256 = "1qf94vgsbcwfa00x2aqd6795n6z43x4ghclmb4sa4bl4zfn2pws4";
9
9
+
sha256 = "18r7h0pwbyyk8z3pgdv77nmma8lvr1si9gl1ghxgxf1ivhwcd1dp";
10
10
url="http://directfb.org/downloads/Core/DirectFB-1.7/DirectFB-${version}.tar.gz";
11
11
}
12
12
; in