gnome.tali: Format with nixfmt
This commit is contained in:
parent
077dd2b94c
commit
0f0388822a
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
version = "40.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/tali/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
url = "mirror://gnome/sources/tali/${lib.versions.major version}/tali-${version}.tar.xz";
|
||||
sha256 = "+p7eNm8KcuTKpSGJw6sLEMG1aoDHiFsBZgJVjETc59M=";
|
||||
};
|
||||
|
||||
@ -55,8 +55,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
attrPath = "gnome.${pname}";
|
||||
packageName = "tali";
|
||||
attrPath = "gnome.tali";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user