Skip to content

Commit 9413c00

Browse files
authored
celluloid: 0.27 -> 0.28 (#396308)
2 parents b0b74eb + 9bb8547 commit 9413c00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ce/celluloid/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
stdenv.mkDerivation (finalAttrs: {
2424
pname = "celluloid";
25-
version = "0.27";
25+
version = "0.28";
2626

2727
src = fetchFromGitHub {
2828
owner = "celluloid-player";
2929
repo = "celluloid";
30-
rev = "v${finalAttrs.version}";
31-
hash = "sha256-zuYt7taIb4w3NIszUpnSYvLIdYQH492tBwhLa6IgWDw=";
30+
tag = "v${finalAttrs.version}";
31+
hash = "sha256-72t8AVBDvvyf91zR/uXwT/PvNucyjUQFpQUQ5wnekXw=";
3232
};
3333

3434
nativeBuildInputs = [
@@ -77,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
7777
changelog = "https://github.com/celluloid-player/celluloid/releases/tag/${finalAttrs.src.rev}";
7878
license = lib.licenses.gpl3Plus;
7979
mainProgram = "celluloid";
80-
maintainers = with lib.maintainers; [ ];
80+
maintainers = with lib.maintainers; [ samlukeyes123 ];
8181
platforms = lib.platforms.linux;
8282
};
8383
})

0 commit comments

Comments
 (0)