diff --git a/nix/sources.json b/nix/sources.json
index d7e9d9f01245efaecaddbfb42fe7b07866354ed3..11392f853f8a42def5eea634e31ef7fbae40d3ce 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -813,6 +813,16 @@ "type": "tarball",
"url": "https://github.com/sidewalklabs/s2sphere/archive/d1d067e8c06e5fbaf0cc0158bade947b4a03a438.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"builtin": false,
"description": "SAS.Planet is a program designed for viewing and downloading high-resolution satellite imagery and conventional maps",
"homepage": "http://www.sasgis.org/sasplaneta/",
"sha256": "05pi0vr75y9yggya0bvf3bkyn3q3j9alriipy4lm9lsih4r7q09l",
"type": "file",
"url": "http://www.sasgis.org/programs/sasplanet/SASPlanet_200606.zip",
"url_template": "http://www.sasgis.org/programs/sasplanet/SASPlanet_<version>.zip",
"version": "200606"
"stardict-3": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/applications/sasplanet/default.nix b/pkgs/applications/sasplanet/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..c8cc9f38e836331c06a12dcf8a58dae6197453d2
--- /dev/null
+++ b/pkgs/applications/sasplanet/default.nix
@@ -0,0 +1,35 @@
+{ stdenv, unzip, wine, writers, sources }:
+let
+in
+stdenv.mkDerivation {
+}
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 8895f774184cea1c145cd4031778cd79b18afc11..fd52efcc900817b4d12b4526e2123ba80124081a 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -39,6 +39,7 @@ };
redict = libsForQt5.callPackage ./applications/redict {
inherit sources;
};
visualgps = libsForQt5.callPackage ./applications/visualgps { };
wireguard-statusbar = callPackage ./applications/wireguard-statusbar { };
application/octet-stream
This content has been proxied by September (3851b).