Merge pull request #252536 from r-ryantm/auto-update/ananicy-cpp

ananicy-cpp: 1.1.0 -> 1.1.1
This commit is contained in:
Weijia Wang 2023-09-06 20:43:57 +02:00 committed by GitHub
commit 85f699cc49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,14 @@
clangStdenv.mkDerivation rec {
pname = "ananicy-cpp";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitLab {
owner = "ananicy-cpp";
repo = "ananicy-cpp";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-BomtP9KcipBJuZjra/ojRyJi+pgktxGGEdt86N1H9Hc=";
sha256 = "sha256-oPinSc00+Z6SxjfTh7DttcXSjsLv1X0NI+O37C8M8GY=";
};
strictDeps = true;