bstone: 1.2.15 -> 1.2.16 (#406855)

Co-authored-by: keenanweaver <keenanweaver@protonmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-14 21:54:09 +00:00
committed by GitHub
co-authored by keenanweaver
+2 -2
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 = [