Commit 78c9a71c authored by cwyc's avatar cwyc
Browse files

webp-pixbuf-loader: 0.0.7 -> 0.2.2

parent 9d8ebe75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "webp-pixbuf-loader";
  version = "0.0.7";
  version = "0.2.2";

  src = fetchFromGitHub {
    owner = "aruiz";
    repo = "webp-pixbuf-loader";
    rev = version;
    sha256 = "sha256-Za5/9YlDRqF5oGI8ZfLhx2ZT0XvXK6Z0h6fu5CGvizc=";
    sha256 = "sha256-TdZK2OTwetLVmmhN7RZlq2NV6EukH1Wk5Iwer2W/aHc=";
  };

  nativeBuildInputs = [