base16384: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm 2024-04-10 17:14:46 +00:00 committed by Cole Helbling
parent ddcd5f2762
commit 974668588a
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "base16384";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "fumiama";
repo = pname;
rev = "v${version}";
hash = "sha256-FzZ8k7dkGksQvknrHoSjX1iUpIyL5xGlFTm3mgpBIig=";
hash = "sha256-2HZeom+8eEH4CrphCoOV+wJbqhYKVUcAQrYLyEVACkQ=";
};
nativeBuildInputs = [ cmake ];