Skip to content

Commit bcaa717

Browse files
committed
celluloid: 0.27 -> 0.28
1 parent 3b48b2e commit bcaa717

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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 = [

0 commit comments

Comments
 (0)