celluloid: 0.24 -> 0.25

This commit is contained in:
R. Ryantm 2023-04-02 07:19:24 +00:00 committed by Anderson Torres
parent e780386e07
commit 171558b99d

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "celluloid";
version = "0.24";
version = "0.25";
src = fetchFromGitHub {
owner = "celluloid-player";
repo = "celluloid";
rev = "v${version}";
hash = "sha256-8Y/dCeoS29R1UHwmLOp0d+JNNC4JH5pLpiqfBZU+kLI=";
hash = "sha256-GCRpcC/olMUbMG2fadNcXTKF/Zl0+GY2+eSRLQhnWxI=";
};
nativeBuildInputs = [