Skip to content

Commit 3d2fdaa

Browse files
committed
bstone: 1.2.15 -> 1.2.16
1 parent 6983909 commit 3d2fdaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/bs/bstone/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "bstone";
11-
version = "1.2.15";
11+
version = "1.2.16";
1212

1313
src = fetchFromGitHub {
1414
owner = "bibendovsky";
1515
repo = "bstone";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-L07GfqeQPTWGQb+vOOXNgbYLYpxQ2OHFnCLWd4uSlBw=";
17+
hash = "sha256-6BNIMBbLBcQoVx5lnUz14viAvBcFjoZLY8c30EgcvKQ=";
1818
};
1919

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)