We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca51311 + 3d2fdaa commit bc26cb0Copy full SHA for bc26cb0
pkgs/by-name/bs/bstone/package.nix
@@ -8,13 +8,13 @@
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "bstone";
11
- version = "1.2.15";
+ version = "1.2.16";
12
13
src = fetchFromGitHub {
14
owner = "bibendovsky";
15
repo = "bstone";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-L07GfqeQPTWGQb+vOOXNgbYLYpxQ2OHFnCLWd4uSlBw=";
+ hash = "sha256-6BNIMBbLBcQoVx5lnUz14viAvBcFjoZLY8c30EgcvKQ=";
18
};
19
20
nativeBuildInputs = [
0 commit comments