File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/ce/celluloid Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222
2323stdenv . 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} )
You can’t perform that action at this time.
0 commit comments