prisma-engines: 4.5.0 -> 4.6.0

+3 -3
+3 -3
pkgs/development/tools/database/prisma-engines/default.nix
··· 13 13 # function correctly. 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "prisma-engines"; 16 - version = "4.5.0"; 16 + version = "4.6.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "prisma"; 20 20 repo = "prisma-engines"; 21 21 rev = version; 22 - sha256 = "sha256-/5X1t9ZVGoZRFNTfsv663QWIBE1eME/KiPuyc+L4D10="; 22 + sha256 = "sha256-tgU/QI6YwWeFPXh6VVPV3iLUGVwoxdG7YQwHBVobXH8="; 23 23 }; 24 24 25 25 # Use system openssl. 26 26 OPENSSL_NO_VENDOR = 1; 27 27 28 - cargoSha256 = "sha256-tKdLTa/Tl98hDGtOPMxluIUgLoWkyOhnmGuxvq4AhfU="; 28 + cargoSha256 = "sha256-LeE9biQDQ+aj0kKBrkIy3aGt5rgOu6O7w7xI/CjBUMA="; 29 29 30 30 nativeBuildInputs = [ pkg-config ]; 31 31