about summary refs log tree commit diff
path: root/pkgs/development/libraries/botan/unstable.nix
blob: b3fd76ab20c1a256633cb7a0be765e1d5298ae36 (plain) (blame)
1
2
3
4
5
6
7
8
{ callPackage, ... } @ args:

callPackage ./generic.nix (args // {
  baseVersion = "1.11";
  revision = "28";
  sha256 = "0cjr3zkara8js1fbm8ddcbd5mkizxh1wm6fja13psw5j8mpwj554";
  openssl = null;
})