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 4ea508a + c83d599 commit 6d9c156Copy full SHA for 6d9c156
pkgs/by-name/bs/bstone/package.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "bstone";
12
- version = "1.2.13";
+ version = "1.2.15";
13
14
src = fetchFromGitHub {
15
owner = "bibendovsky";
16
repo = "bstone";
17
- rev = "v${finalAttrs.version}";
18
- hash = "sha256-jK40/FdC11SWe2Vmh6cbNTxPeM1vrAveEtUWoiAh+jc=";
+ tag = "v${finalAttrs.version}";
+ hash = "sha256-L07GfqeQPTWGQb+vOOXNgbYLYpxQ2OHFnCLWd4uSlBw=";
19
};
20
21
nativeBuildInputs = [
@@ -28,8 +28,9 @@ stdenv.mkDerivation (finalAttrs: {
28
];
29
30
postInstall = ''
31
- mkdir -p $out/bin
32
- mv $out/bstone* $out/bin
+ mkdir -p $out/{bin,share/bibendovsky/bstone}
+ mv $out/bstone $out/bin
33
+ mv $out/*.txt $out/share/bibendovsky/bstone
34
'';
35
36
meta = {
0 commit comments