Commit bca51e35 authored by R. RyanTM's avatar R. RyanTM
Browse files

e16: 1.0.28 -> 1.0.29

parent 2927cc89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,11 +21,11 @@

stdenv.mkDerivation rec {
  pname = "e16";
  version = "1.0.28";
  version = "1.0.29";

  src = fetchurl {
    url = "mirror://sourceforge/enlightenment/e16-${version}.tar.xz";
    hash = "sha256-k3W2IoBc75DNQ2QSjChsC/yVRO/aZT3E31Tl/njgH30=";
    hash = "sha256-LvLiw6+hduAl8dNBTtBwqvgKBRwojBUd5tNm1hZl5Hs=";
  };

  nativeBuildInputs = [