Merge pull request #232616 from Aleksanaa/base16384

base16384: 2.2.2 -> 2.2.3
This commit is contained in:
figsoda 2023-05-18 10:26:12 -04:00 committed by GitHub
commit 802a910583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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