diff --git a/nix/sources.json b/nix/sources.json
index 658e573352ac05d43ae96cc178ee678fa1dd8e02..12fdcd8e6543fed92fe96ac4ae75f8d2166b0248 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -434,6 +434,19 @@ "url": "https://kartat-dl.hylly.org/2020-05-30/mtk_suomi.img",
"url_template": "https://kartat-dl.hylly.org/<version>/mtk_suomi.img",
"version": "2020-05-30"
},
"branch": "master",
"builtin": false,
"description": "A shazam like tool to store musics fingerprints and retrieve them",
"homepage": "https://github.com/sfluor/musig",
"owner": "sfluor",
"repo": "musig",
"rev": "f445fa128b826c1cee527afdcc97e3e1e8433c32",
"sha256": "1h201rqn74hcspxjigq50vj4rl526x8s0sx18j5gbswisf84bgql",
"type": "tarball",
"url": "https://github.com/sfluor/musig/archive/f445fa128b826c1cee527afdcc97e3e1e8433c32.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"nakarte": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 2fd9f354dcffc6e9de0ca6183a14b6d396131667..d629988b08d24c4e858230f0ea5eb08f5296d290 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -134,6 +134,7 @@ ish = callPackage ./tools/networking/ish {};
morse-talk = python3Packages.callPackage ./tools/morse-talk {
inherit sources;
};
ocad2img = perlPackages.callPackage ./tools/geo/ocad2img {
inherit cgpsmapper ocad2mp;
};
diff --git a/pkgs/tools/audio/musig/default.nix b/pkgs/tools/audio/musig/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..bd42e88ccee1abe071180434436c4e7f5bc0ea36
--- /dev/null
+++ b/pkgs/tools/audio/musig/default.nix
@@ -0,0 +1,25 @@
+{ lib, buildGoModule, pkgconfig, portaudio, sources }:
+buildGoModule rec {
-X main.VERSION=${version}
+}
application/octet-stream
This content has been proxied by September (3851b).