Merge pull request #84764 from r-ryantm/auto-update/celluloid

celluloid: 0.18 -> 0.19
This commit is contained in:
worldofpeace 2020-04-09 14:58:19 -04:00 committed by GitHub
commit cab066ba74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "celluloid";
version = "0.18";
version = "0.19";
src = fetchFromGitHub {
owner = "celluloid-player";
repo = "celluloid";
rev = "v${version}";
sha256 = "1j8z75y98liirr41rlcn89cshvp1xp71cspcclm6wx455i7q2cg1";
sha256 = "1jdmwljckajqb3ys8azd1nyy49nvq9kb2knrrqdcfnvzq0m5lpqr";
};
nativeBuildInputs = [