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

This commit is contained in:
Pol Dellaiera 2024-09-07 11:23:12 +02:00 committed by GitHub
commit 0529669528
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 =