enlightenment.econnman: fix file name extension in url
This commit is contained in:
parent
0034322528
commit
c509a9febd
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
|
||||||
version = "1.1";
|
version = "1.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.enlightenment.org/rel/apps/econnman/${pname}-${version}.tar.gz";
|
url = "http://download.enlightenment.org/rel/apps/econnman/${pname}-${version}.tar.xz";
|
||||||
sha256 = "057pwwavlvrrq26bncqnfrf449zzaim0zq717xv86av4n940gwv0";
|
sha256 = "sha256-DM6HaB+ufKcPHmPP4K5l/fF7wzRycFQxfiXjiXYZ7YU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue