summaryrefslogtreecommitdiff
path: root/nix/wemux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/wemux.nix')
-rw-r--r--nix/wemux.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/wemux.nix b/nix/wemux.nix
index 4972815..365853f 100644
--- a/nix/wemux.nix
+++ b/nix/wemux.nix
@@ -1,7 +1,7 @@
{ sources, stdenv }:
stdenv.mkDerivation rec {
- name = "wemux";
+ name = "wemux-${version}";
version = "2020.04.03";
src = sources.wemux;
installPhase = ''