summary refs log tree commit diff
path: root/pkgs/applications/video/subdl
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2018-02-06 21:30:36 +0000
committerGitHub <noreply@github.com>2018-02-06 21:30:36 +0000
commit4b481684b18c0859994e97595fd3805a0c640d4b (patch)
tree32634e1b64af1c70ad400686e7e73c6823f9c71d /pkgs/applications/video/subdl
parent9cfe7e74e0c2b8e160ef10dd9249ba9c98306a32 (diff)
Add a date to name
Diffstat (limited to 'pkgs/applications/video/subdl')
-rw-r--r--pkgs/applications/video/subdl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/subdl/default.nix b/pkgs/applications/video/subdl/default.nix
index 5f800ed8414db..32bd731f16e94 100644
--- a/pkgs/applications/video/subdl/default.nix
+++ b/pkgs/applications/video/subdl/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, python3 }:
 
 stdenv.mkDerivation rec {
-  name = "subdl";
+  name = "subdl-0.0pre.2017.11.06";
 
   src = fetchFromGitHub {
     owner = "alexanderwink";