Skip to content

Commit 6d9c156

Browse files
authored
bstone: 1.2.13 -> 1.2.15 (#391970)
2 parents 4ea508a + c83d599 commit 6d9c156

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "bstone";
12-
version = "1.2.13";
12+
version = "1.2.15";
1313

1414
src = fetchFromGitHub {
1515
owner = "bibendovsky";
1616
repo = "bstone";
17-
rev = "v${finalAttrs.version}";
18-
hash = "sha256-jK40/FdC11SWe2Vmh6cbNTxPeM1vrAveEtUWoiAh+jc=";
17+
tag = "v${finalAttrs.version}";
18+
hash = "sha256-L07GfqeQPTWGQb+vOOXNgbYLYpxQ2OHFnCLWd4uSlBw=";
1919
};
2020

2121
nativeBuildInputs = [
@@ -28,8 +28,9 @@ stdenv.mkDerivation (finalAttrs: {
2828
];
2929

3030
postInstall = ''
31-
mkdir -p $out/bin
32-
mv $out/bstone* $out/bin
31+
mkdir -p $out/{bin,share/bibendovsky/bstone}
32+
mv $out/bstone $out/bin
33+
mv $out/*.txt $out/share/bibendovsky/bstone
3334
'';
3435

3536
meta = {

0 commit comments

Comments
 (0)