nixpkgs/pkgs/servers/sql/mariadb/connector-c/3_3.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
145 B
Nix
Raw Normal View History

2023-01-20 14:01:19 +01:00
{ callPackage, ... } @ args:
callPackage ./. (args // {
version = "3.3.5";
hash = "sha256-ynLrJvbbK++nfkj/lm9xvNPLRLM72Lu4ELZebQEcHlw=";
})