celluloid: 0.24 -> 0.25

authored by

R. Ryantm and committed by
Anderson Torres
171558b9 e780386e

+2 -2
+2 -2
pkgs/applications/video/celluloid/default.nix
··· 18 19 stdenv.mkDerivation rec { 20 pname = "celluloid"; 21 - version = "0.24"; 22 23 src = fetchFromGitHub { 24 owner = "celluloid-player"; 25 repo = "celluloid"; 26 rev = "v${version}"; 27 - hash = "sha256-8Y/dCeoS29R1UHwmLOp0d+JNNC4JH5pLpiqfBZU+kLI="; 28 }; 29 30 nativeBuildInputs = [
··· 18 19 stdenv.mkDerivation rec { 20 pname = "celluloid"; 21 + version = "0.25"; 22 23 src = fetchFromGitHub { 24 owner = "celluloid-player"; 25 repo = "celluloid"; 26 rev = "v${version}"; 27 + hash = "sha256-GCRpcC/olMUbMG2fadNcXTKF/Zl0+GY2+eSRLQhnWxI="; 28 }; 29 30 nativeBuildInputs = [