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

phpExtensions.uuid: 1.2.1 -> 1.3.0 (#407521)

parents 5f4e01b8 d3e417cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:

let
  version = "1.2.1";
  version = "1.3.0";
in
buildPecl {
  inherit version;
@@ -16,7 +16,7 @@ buildPecl {
    owner = "php";
    repo = "pecl-networking-uuid";
    tag = "v${version}";
    hash = "sha256-C4SoSKkCTQOLKM1h47vbBgiHTG+ChocDB9tzhWfKUsw=";
    hash = "sha256-00zJ//O1xqKTedRYThzeXOuL25wKLMZXjJWm/eXLkC4=";
  };

  buildInputs = [ libuuid ];