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. 166 | hmac_update update_fn = (hmac_update)HMAC_Update; | ^~~~~~~~~~~ /nix/store/fd6fcsbbdhl8pbpcbfmyapkd66yxhcjd-openssl-3.0.8-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/fd6fcsbbdhl8pbpcbfmyapkd66yxhcjd-openssl-3.0.8-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/fd6fcsbbdhl8pbpcbfmyapkd66yxhcjd-openssl-3.0.8-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, | ^~~~~~~~~~~~ /build/source/source/unix/openssl_platform_init.c: In function 'aws_cal_platform_init': /build/source/source/unix/openssl_platform_init.c:592:13: note: 's_locking_fn' declared here 592 | static void s_locking_fn(int mode, int n, const char *unused0, int unused1) { | ^~~~~~~~~~~~ /build/source/source/unix/openssl_platform_init.c: In function 'aws_cal_platform_clean_up': /build/source/source/unix/openssl_platform_init.c:592:13: note: 's_locking_fn' declared here /build/source/source/unix/openssl_platform_init.c:603:22: note: 's_id_fn' declared here 603 | static unsigned long s_id_fn(void) { | ^~~~~~~ make[2]: *** [CMakeFiles/aws-c-cal.dir/build.make:160: CMakeFiles/aws-c-cal.dir/source/unix/openssl_aes.c.o] Error 1 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[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/aws-c-cal.dir/all] Error 2 make: *** [Makefile:136: all] Error 2