mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
kwooty: kde-apps url's have changed
This commit is contained in:
parent
94db8d7dd2
commit
71812be9ef
@ -11,7 +11,7 @@ in stdenv.mkDerivation {
|
||||
inherit name;
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://kde-apps.org/CONTENT/content-files/114385-${name}.tar.gz";
|
||||
url = "https://dl.opendesktop.org/api/files/download/id/1466631747/114385-${name}.tar.gz";
|
||||
sha256 = "10a9asjv6ja1xdjli2399dyka2rbia3qdm5bdpmcng6xdsbhx3ap";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user