Skip to content

Commit f37cefb

Browse files
committed
build(nix): updating the cargo nix for 0.15.0
1 parent e52ddf3 commit f37cefb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/cargo-pgrx/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ in
7979
};
8080
cargo-pgrx_0_15_0 = mkCargoPgrx {
8181
version = "0.15.0";
82-
hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; # TODO: Replace with actual hash
83-
cargoHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; # TODO: Replace with actual hash
82+
hash = "sha256-sksRfNV6l8YbdI6fzrEtanpDVV4sh14JXLqYBydHwy0=";
83+
cargoHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; # TODO: Replace with actual cargoHash
8484
};
8585
inherit mkCargoPgrx;
8686
}

0 commit comments

Comments
 (0)