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.17 .2" ;
26+ version = "5.18 .2" ;
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-Uo9GWpT3TV2+NCaAaFeWwcoyya4ZMrhOOMI5PtJ5WEo =" ;
46+ hash = "sha256-JThRW4ghBy2NXe2hNP2Q1VHbocrYmZi7wMTdWYX8QTo =" ;
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-p1ng6v2GkoqoH3WuGT3d/ZqD6lbpqS4PIlq9Fodpkog =" ;
50+ hash = "sha256-hz5lzjsfFT61fBFyMlV9ZB99S4jYokzN0lLtxm3G9gc =" ;
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-T43HwPKB5LOqR7wA1Gw5eTzIEc5kmn+uGZik1b6dwB4 =" ;
54+ hash = "sha256-BmmoHQE0gL1dDhS+WpmAIkEuIOb/EPLT4RMMLkkeMvw =" ;
5555 } ;
5656 } ;
5757
You can’t perform that action at this time.
0 commit comments