Unverified Commit 6f49991a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #287835 from onny/poopcorn

popcorntime: 0.4.9 -> 0.5.0
parents 463d2fed c3997c95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@

stdenv.mkDerivation rec {
  pname = "popcorntime";
  version = "0.4.9";
  version = "0.5.0";

  src = fetchurl {
    url = "https://github.com/popcorn-official/popcorn-desktop/releases/download/v${version}/Popcorn-Time-${version}-linux64.zip";
    sha256 = "sha256-cbKL5bgweZD/yfi/8KS0L7Raha8PTHqIm4qSPFidjUc=";
    hash = "sha256-A5G66KkCQ1AiOOO02dZFAVz6dqvComrd5lXQ4Wc1S0s=";
  };

  nativeBuildInputs = [
+0 −2
Original line number Diff line number Diff line
@@ -34594,8 +34594,6 @@ with pkgs;
  pop-launcher = callPackage ../applications/misc/pop-launcher { };
  popcorntime = callPackage ../applications/video/popcorntime { };
  pot = callPackage ../applications/misc/pot { };
  pothos = libsForQt5.callPackage ../applications/radio/pothos { };