base16384: fix hash (#457444)

This commit is contained in:
Aleksana
2025-11-08 08:13:40 +00:00
committed by GitHub
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "fumiama";
repo = "base16384";
rev = "v${version}";
hash = "sha256-Xkub0sWT+1oJlznDnnV1mDgQNiMQj8gsWemrCOAYYgE=";
hash = "sha256-qaDnv+KpXMYdx6eqH7pU0pEjSpU5xg9I7afxpoO3iGs=";
};
nativeBuildInputs = [ cmake ];