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

dictu: 0.20.0 -> 0.22.0
This commit is contained in:
Artturi 2021-11-02 14:40:33 +02:00 committed by GitHub
commit 5734f0bfb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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