Merge pull request #303161 from r-ryantm/auto-update/base16384

base16384: 2.3.0 -> 2.3.1
This commit is contained in:
Aleksana 2024-04-11 12:14:05 +08:00 committed by GitHub
commit 9306e3cc87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];