ananicy-cpp: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2023-08-31 10:25:46 +00:00
parent 9b4d043ba2
commit be7ba21194

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;