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

celluloid: 0.26 -> 0.27
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-28 17:56:12 +00:00 committed by GitHub
commit dd66e39ec4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "celluloid";
version = "0.26";
version = "0.27";
src = fetchFromGitHub {
owner = "celluloid-player";
repo = "celluloid";
rev = "v${finalAttrs.version}";
hash = "sha256-npaagLlkwDe0r0hqj7buM4B9sbLCX1sR2yFXXj+obdE=";
hash = "sha256-zuYt7taIb4w3NIszUpnSYvLIdYQH492tBwhLa6IgWDw=";
};
nativeBuildInputs = [