Loading pkgs/development/tools/database/prisma-engines/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,19 +14,19 @@ # function correctly. rustPlatform.buildRustPackage rec { pname = "prisma-engines"; version = "4.9.0"; version = "4.10.1"; src = fetchFromGitHub { owner = "prisma"; repo = "prisma-engines"; rev = version; sha256 = "sha256-Nxpv3ibhHTFiO0hqSrT1hqTK9Vb0P8Svu5riufCChwI="; sha256 = "sha256-TFLwpKh+FsstcpvBfTw7CNcQOGGSNI9qf8WJ6v75uL8="; }; # Use system openssl. OPENSSL_NO_VENDOR = 1; cargoSha256 = "sha256-PiDW7+LrCDfRpQirJlgaYDnGenowbsCmwQz1mbgA08E="; cargoSha256 = "sha256-EPym9MLwTMGBbJkVMKD/NEc6Vfm7nI4FaDkqy/0B14Q="; nativeBuildInputs = [ pkg-config git ]; Loading Loading
pkgs/development/tools/database/prisma-engines/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,19 +14,19 @@ # function correctly. rustPlatform.buildRustPackage rec { pname = "prisma-engines"; version = "4.9.0"; version = "4.10.1"; src = fetchFromGitHub { owner = "prisma"; repo = "prisma-engines"; rev = version; sha256 = "sha256-Nxpv3ibhHTFiO0hqSrT1hqTK9Vb0P8Svu5riufCChwI="; sha256 = "sha256-TFLwpKh+FsstcpvBfTw7CNcQOGGSNI9qf8WJ6v75uL8="; }; # Use system openssl. OPENSSL_NO_VENDOR = 1; cargoSha256 = "sha256-PiDW7+LrCDfRpQirJlgaYDnGenowbsCmwQz1mbgA08E="; cargoSha256 = "sha256-EPym9MLwTMGBbJkVMKD/NEc6Vfm7nI4FaDkqy/0B14Q="; nativeBuildInputs = [ pkg-config git ]; Loading