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

php83Extensions.snuffleupagus: 0.10.0 -> 0.11.0 (#340121)

parents d75e11e5 5b33b239
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildPecl rec {
  pname = "snuffleupagus";
  version = "0.10.0";
  version = "0.11.0";

  src = fetchFromGitHub {
    owner = "jvoisin";
    repo = "snuffleupagus";
    rev = "v${version}";
    hash = "sha256-NwG8gBaToBaJGrZoCD7bDym7hQidWU0ArckoQCHN81o=";
    hash = "sha256-W+EQXjvmDHih5YW/SjRcEdUELePUPKrNWB8vW9dLK/g=";
  };

  buildInputs =