aws-c-cal 0.5.21 -> 0.5.27 https://repology.org/project/aws-c-cal/versions attrpath: aws-c-cal Checking auto update branch... An auto update branch exists with message `aws-c-cal: 0.5.21 -> 0.5.26`. New version is 0.5.27. The auto update branch does not match or exceed the new version. [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/aws-c-cal/default.nix b/pkgs/development/libraries/aws-c-cal/default.nix index 3abca937806..7817e0cdf7f 100644 --- a/pkgs/development/libraries/aws-c-cal/default.nix +++ b/pkgs/development/libraries/aws-c-cal/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "aws-c-cal"; - version = "0.5.21"; + version = "0.5.27"; src = fetchFromGitHub { owner = "awslabs"; repo = pname; rev = "v${version}"; - sha256 = "sha256-WMCLVwRrgwFsaqoKtbQNt0bHVYi1LUZt5r0i3oAfWFE="; + sha256 = "sha256-TIDffoNEwc8csYltLR7qOn8zbE4PBsZJ5b3g2w17m2Y="; }; nativeBuildInputs = [ cmake ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A aws-c-cal nix build failed. | ^~~~~~~~~~~~ /build/source/source/unix/openssl_platform_init.c:165:5: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 165 | hmac_ctx_free free_fn = (hmac_ctx_free)HMAC_CTX_free; | ^~~~~~~~~~~~~ /nix/store/4a0x3z29dhwid9w3wpc1vl05ykm5pqgs-openssl-3.0.9-dev/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /build/source/source/unix/openssl_platform_init.c:166:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 166 | hmac_update update_fn = (hmac_update)HMAC_Update; | ^~~~~~~~~~~ /nix/store/4a0x3z29dhwid9w3wpc1vl05ykm5pqgs-openssl-3.0.9-dev/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /build/source/source/unix/openssl_platform_init.c:167:5: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 167 | hmac_final final_fn = (hmac_final)HMAC_Final; | ^~~~~~~~~~ /nix/store/4a0x3z29dhwid9w3wpc1vl05ykm5pqgs-openssl-3.0.9-dev/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /build/source/source/unix/openssl_platform_init.c:168:5: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 168 | hmac_init_ex init_ex_fn = (hmac_init_ex)HMAC_Init_ex; | ^~~~~~~~~~~~ /nix/store/4a0x3z29dhwid9w3wpc1vl05ykm5pqgs-openssl-3.0.9-dev/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ make[2]: *** [CMakeFiles/aws-c-cal.dir/build.make:174: CMakeFiles/aws-c-cal.dir/source/unix/openssl_platform_init.c.o] Error 1 make[2]: *** [CMakeFiles/aws-c-cal.dir/build.make:202: CMakeFiles/aws-c-cal.dir/source/unix/opensslcrypto_hash.c.o] Error 1 make[2]: *** [CMakeFiles/aws-c-cal.dir/build.make:160: CMakeFiles/aws-c-cal.dir/source/unix/openssl_aes.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-cal.dir/all] Error 2 make: *** [Makefile:136: all] Error 2