bstone: 1.3.3 -> 1.3.4

This commit is contained in:
R. Ryantm
2026-05-28 00:12:30 +00:00
parent fba0443803
commit b8776ecc69
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bstone";
version = "1.3.3";
version = "1.3.4";
src = fetchFromGitHub {
owner = "bibendovsky";
repo = "bstone";
tag = "v${finalAttrs.version}";
hash = "sha256-Svqm8gpZ2TgI2MdJc+gY9O7xCYYNo84/bbbqprBFpcc=";
hash = "sha256-8ifvHNf+vUtoffxghMwFXpGuarMEEBF+bkSbE4M9zf0=";
};
nativeBuildInputs = [