tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
prisma-engines: 4.5.0 -> 4.6.0
Tom Houlé
3 years ago
d628e1e4
9f0f80b0
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
database
prisma-engines
default.nix
+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
16
-
version = "4.5.0";
16
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
22
-
sha256 = "sha256-/5X1t9ZVGoZRFNTfsv663QWIBE1eME/KiPuyc+L4D10=";
22
22
+
sha256 = "sha256-tgU/QI6YwWeFPXh6VVPV3iLUGVwoxdG7YQwHBVobXH8=";
23
23
};
24
24
25
25
# Use system openssl.
26
26
OPENSSL_NO_VENDOR = 1;
27
27
28
28
-
cargoSha256 = "sha256-tKdLTa/Tl98hDGtOPMxluIUgLoWkyOhnmGuxvq4AhfU=";
28
28
+
cargoSha256 = "sha256-LeE9biQDQ+aj0kKBrkIy3aGt5rgOu6O7w7xI/CjBUMA=";
29
29
30
30
nativeBuildInputs = [ pkg-config ];
31
31