We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b48b2e commit bcaa717Copy full SHA for bcaa717
pkgs/by-name/ce/celluloid/package.nix
@@ -22,13 +22,13 @@
22
23
stdenv.mkDerivation (finalAttrs: {
24
pname = "celluloid";
25
- version = "0.27";
+ version = "0.28";
26
27
src = fetchFromGitHub {
28
owner = "celluloid-player";
29
repo = "celluloid";
30
- rev = "v${finalAttrs.version}";
31
- hash = "sha256-zuYt7taIb4w3NIszUpnSYvLIdYQH492tBwhLa6IgWDw=";
+ tag = "v${finalAttrs.version}";
+ hash = "sha256-72t8AVBDvvyf91zR/uXwT/PvNucyjUQFpQUQ5wnekXw=";
32
};
33
34
nativeBuildInputs = [
0 commit comments