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

base16384: 2.2.3 -> 2.2.4
This commit is contained in:
figsoda 2023-07-30 15:55:12 -04:00 committed by GitHub
commit 2de3f3559d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "base16384";
version = "2.2.3";
version = "2.2.4";
src = fetchFromGitHub {
owner = "fumiama";
repo = pname;
rev = "v${version}";
hash = "sha256-E/dcicqu/i+GpLDqgkwZfEIoUxAuNGsoLLnG0blMNaw=";
hash = "sha256-nHr7S3UrNaR/5YGwfDUxVXqTkaT3EYzA8CaS0lWZxN0=";
};
nativeBuildInputs = [ cmake ];