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

base16384: 2.2.5 -> 2.3.0
This commit is contained in:
Aleksana 2024-04-05 21:31:22 +08:00 committed by GitHub
commit ea91417013
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.2.5";
version = "2.3.0";
src = fetchFromGitHub {
owner = "fumiama";
repo = pname;
rev = "v${version}";
hash = "sha256-S9DA9C+6OJcSLJTSLRo9rolJO9yVQ0FOE7uwbvmJiGk=";
hash = "sha256-FzZ8k7dkGksQvknrHoSjX1iUpIyL5xGlFTm3mgpBIig=";
};
nativeBuildInputs = [ cmake ];