phpunit: update hash

This commit is contained in:
Pol Dellaiera
2025-01-10 18:54:29 +01:00
parent 7c7fe2ab72
commit d73a407a2b
+2 -2
View File
@@ -14,11 +14,11 @@ php.buildComposerProject2 (finalAttrs: {
src = fetchFromGitHub {
owner = "sebastianbergmann";
repo = "phpunit";
rev = finalAttrs.version;
tag = finalAttrs.version;
hash = "sha256-0NVoaUFmmV4EtaErhaqLxJzCbD2WuMaVZC2OHG9+gSA=";
};
vendorHash = "sha256-EkTERk8jJWxCZCJnSHfg3Tnn//Ny2985qXJNX/gad58=";
vendorHash = "sha256-C1BmMURmAMQhDS6iAKC80wqZuYdSRPGyFpU9Jdr6snA=";
passthru = {
updateScript = nix-update-script { };