diff --git a/pkgs/applications/video/popcorntime/default.nix b/pkgs/applications/video/popcorntime/default.nix index 3b47587360e3..45d8c452111f 100644 --- a/pkgs/applications/video/popcorntime/default.nix +++ b/pkgs/applications/video/popcorntime/default.nix @@ -32,7 +32,9 @@ let }; popcorntimePackage = stdenv.mkDerivation rec { - name = "popcorntime-package-${version}"; + name = + if fromCi then "popcorntime-git-2015-07-07" + else "popcorntime-${version}"; src = fetchurl fetchurlConf; sourceRoot = "."; installPhase = ''