Commit 093194d7 authored by R. RyanTM's avatar R. RyanTM Committed by Anderson Torres
Browse files

celluloid: 0.25 -> 0.26

parent 90b8bd90
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
  pname = "celluloid";
  version = "0.25";
  version = "0.26";

  src = fetchFromGitHub {
    owner = "celluloid-player";
    repo = "celluloid";
    rev = "v${version}";
    hash = "sha256-GCRpcC/olMUbMG2fadNcXTKF/Zl0+GY2+eSRLQhnWxI=";
    hash = "sha256-npaagLlkwDe0r0hqj7buM4B9sbLCX1sR2yFXXj+obdE=";
  };

  nativeBuildInputs = [