Merge pull request #133279 from r-ryantm/auto-update/dictu

dictu: 0.19.0 -> 0.20.0
This commit is contained in:
Artturi 2021-08-09 21:49:20 +03:00 committed by GitHub
commit be0b03e5a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@ assert enableLTO -> stdenv.cc.isGNU;
stdenv.mkDerivation rec {
pname = "dictu";
version = "0.19.0";
version = "0.20.0";
src = fetchFromGitHub {
owner = "dictu-lang";
repo = pname;
rev = "v${version}";
sha256 = "5Sfmzz4I0dhcbz14LmXx5cHELRFENunLbZmU93uSEJo=";
sha256 = "sha256-GiiNIySrfpjYf5faNNml7ZRXT5pDU0SVvNvMyBh1K8E=";
};
nativeBuildInputs = [ cmake ];