php81Extensions.snuffleupagus: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm 2023-10-12 10:56:20 +00:00
parent 535734e71c
commit bb3f82b1dd

View file

@ -10,13 +10,13 @@
buildPecl rec {
pname = "snuffleupagus";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "jvoisin";
repo = "snuffleupagus";
rev = "v${version}";
hash = "sha256-1a4PYJ/j9BsoeF5V/KKGu7rqsL3YMo/FbaCBfNc4bfw=";
hash = "sha256-NwG8gBaToBaJGrZoCD7bDym7hQidWU0ArckoQCHN81o=";
};
buildInputs = [