Skip to content

Commit ce248ef

Browse files
romildojoachifm
authored andcommittedMay 24, 2017
efl: 1.19.0 -> 1.19.1 (#26027)
1 parent dd22335 commit ce248ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/desktops/enlightenment/efl.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenv.mkDerivation rec {
1010
name = "efl-${version}";
11-
version = "1.19.0";
11+
version = "1.19.1";
1212

1313
src = fetchurl {
1414
url = "http://download.enlightenment.org/rel/libs/efl/${name}.tar.xz";
15-
sha256 = "1pza8lacqh3bgsvcm4h2hyc577bvnzix932g87dhg03ph4839q54";
15+
sha256 = "0fndwraca9rg0bz3al4isdprvyw56szr88qiyvglb4j8ygsylscc";
1616
};
1717

1818
nativeBuildInputs = [ pkgconfig ];

0 commit comments

Comments
 (0)
Please sign in to comment.