Merge pull request #105333 from r-ryantm/auto-update/playonlinux

playonlinux: 4.3.4 -> 4.4
This commit is contained in:
Sandro 2020-11-29 09:33:38 +01:00 committed by GitHub
commit b5620222e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
}: }:
let let
version = "4.3.4"; version = "4.4";
binpath = stdenv.lib.makeBinPath [ binpath = stdenv.lib.makeBinPath [
cabextract cabextract
@ -65,7 +65,7 @@ in stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
url = "https://www.playonlinux.com/script_files/PlayOnLinux/${version}/PlayOnLinux_${version}.tar.gz"; url = "https://www.playonlinux.com/script_files/PlayOnLinux/${version}/PlayOnLinux_${version}.tar.gz";
sha256 = "019dvb55zqrhlbx73p6913807ql866rm0j011ix5mkk2g79dzhqp"; sha256 = "0n40927c8cnjackfns68zwl7h4d7dvhf7cyqdkazzwwx4k2xxvma";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];