From be7ba211942f0316ac135010f884587def853189 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 31 Aug 2023 10:25:46 +0000 Subject: [PATCH] ananicy-cpp: 1.1.0 -> 1.1.1 --- pkgs/misc/ananicy-cpp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/misc/ananicy-cpp/default.nix b/pkgs/misc/ananicy-cpp/default.nix index e8679c9cb578..6d21f219c463 100644 --- a/pkgs/misc/ananicy-cpp/default.nix +++ b/pkgs/misc/ananicy-cpp/default.nix @@ -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;