File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/php-packages/tideways Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323stdenvNoCC . mkDerivation ( finalAttrs : {
2424 pname = "tideways-php" ;
2525 extensionName = "tideways" ;
26- version = "5.16.2 " ;
26+ version = "5.17.0 " ;
2727
2828 src =
2929 finalAttrs . passthru . sources . ${ stdenvNoCC . hostPlatform . system }
@@ -43,15 +43,15 @@ stdenvNoCC.mkDerivation (finalAttrs: {
4343 sources = {
4444 "x86_64-linux" = fetchurl {
4545 url = "https://s3-eu-west-1.amazonaws.com/tideways/extension/${ finalAttrs . version } /tideways-php-${ finalAttrs . version } -x86_64.tar.gz" ;
46- hash = "sha256-bSLBk4VWRvErmSqXOEFE0N0K06+NRLmsJ76HegFYah8 =" ;
46+ hash = "sha256-zWmGGSSvV48dSU+Ox2ypPcIxVzr0oru9Eaoh1hQ+WgI =" ;
4747 } ;
4848 "aarch64-linux" = fetchurl {
4949 url = "https://s3-eu-west-1.amazonaws.com/tideways/extension/${ finalAttrs . version } /tideways-php-${ finalAttrs . version } -arm64.tar.gz" ;
50- hash = "sha256-nXTk0DlGSEq0bp4+Hls3+epV6JY4H50D6IO/M3evFpE =" ;
50+ hash = "sha256-xGkyLBy5oXVXs3VHT6fVg82H7Dmfc8VGHV9CEfw3ETY =" ;
5151 } ;
5252 "aarch64-darwin" = fetchurl {
5353 url = "https://s3-eu-west-1.amazonaws.com/tideways/extension/${ finalAttrs . version } /tideways-php-${ finalAttrs . version } -macos-arm.tar.gz" ;
54- hash = "sha256-IqQ0gtLAx8lVBccaDsum81FmkYXHKQ5zf27F2Y+H45g =" ;
54+ hash = "sha256-StVPDWGKseagnkEi9dUX2dvu0+tIN8xxUTWmxKW1kDM =" ;
5555 } ;
5656 } ;
5757
You can’t perform that action at this time.
0 commit comments