bstone: 1.2.15 -> 1.2.16

This commit is contained in:
R. Ryantm 2025-05-13 20:21:04 +00:00
parent 6983909b46
commit 3d2fdaa7ad

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bstone";
version = "1.2.15";
version = "1.2.16";
src = fetchFromGitHub {
owner = "bibendovsky";
repo = "bstone";
tag = "v${finalAttrs.version}";
hash = "sha256-L07GfqeQPTWGQb+vOOXNgbYLYpxQ2OHFnCLWd4uSlBw=";
hash = "sha256-6BNIMBbLBcQoVx5lnUz14viAvBcFjoZLY8c30EgcvKQ=";
};
nativeBuildInputs = [