popcorntime: 0.4.9 -> 0.5.0

This commit is contained in:
Jonas Heinrich 2024-02-10 19:24:55 +01:00
parent 8a6961ff57
commit c3997c9525
2 changed files with 2 additions and 4 deletions

View File

@ -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 = [

View File

@ -34598,8 +34598,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 { };