1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

base16384: 2.2.2 -> 2.2.3

This commit is contained in:
aleksana 2023-05-18 21:18:13 +08:00
parent ede53c31bc
commit 23b86ffd81

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