Unverified Commit 18ff7803 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

phpExtensions.excimer: 1.2.5 -> 1.2.6 (#511175)

parents cacedc25 a87d482b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:

let
  version = "1.2.5";
  version = "1.2.6";
in
buildPecl {
  inherit version;
@@ -15,7 +15,7 @@ buildPecl {
    owner = "wikimedia";
    repo = "mediawiki-php-excimer";
    tag = version;
    hash = "sha256-xFnyqofazXtPfwp/4xNYwrPEW9vWzz5akXjCOiyP4nw=";
    hash = "sha256-LnmhItq7OpxXXE6EnTOXZVdfo+MTa2Ud9j16rs8dTBo=";
  };

  meta = {