bstone: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm
2026-01-29 06:36:17 +00:00
parent 31a7a9ee76
commit a91ec3905b
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bstone";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "bibendovsky";
repo = "bstone";
tag = "v${finalAttrs.version}";
hash = "sha256-D0f4DmVv2Bo3cwCUuo3LsXNWFR16rirpvSnAS2C6YEY=";
hash = "sha256-Svqm8gpZ2TgI2MdJc+gY9O7xCYYNo84/bbbqprBFpcc=";
};
nativeBuildInputs = [