xplayer: 2.4.0 -> 2.4.2

+2 -2
+2 -2
pkgs/applications/video/xplayer/default.nix
··· 34 34 35 35 stdenv.mkDerivation rec { 36 36 pname = "xplayer"; 37 - version = "2.4.0"; 37 + version = "2.4.2"; 38 38 39 39 src = fetchFromGitHub { 40 40 owner = "linuxmint"; 41 41 repo = pname; 42 42 rev = version; 43 - sha256 = "1xcv6nr2gc0vji5afwy283v7bgx46kzgrq79hl8q9pz995qq2kbp"; 43 + sha256 = "sha256-qoBJKY0CZyhp9foUehq5hInEENRGZuy1D6jAMjbjYhA="; 44 44 }; 45 45 46 46 # configure wants to find gst-inspect-1.0 via pkgconfig but