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.
1 parent 059675c commit 1ace844Copy full SHA for 1ace844
1 file changed
pkgs/tools/audio/opl3bankeditor/opn2bankeditor.nix
@@ -1,19 +1,14 @@
1
{ opl3bankeditor, fetchFromGitHub }:
2
3
opl3bankeditor.overrideAttrs (oldAttrs: rec {
4
- version = "1.3-beta";
+ version = "1.3";
5
pname = "OPN2BankEditor";
6
7
src = fetchFromGitHub {
8
owner = "Wohlstand";
9
repo = pname;
10
- rev = version;
11
- sha256 = "0blcvqfj1yj6cmm079aw4jdzv3066jxqy9krp268i6cl2b3bmwvw";
+ rev = "v${version}";
+ sha256 = "0xsvv0gxqh1lx22f1jm384f7mq1jp57fmpsx1jjaxz435w5hf8s0";
12
fetchSubmodules = true;
13
};
14
-
15
- # to be removed with next release
16
- postInstall = ''
17
- install -Dm755 opn2_bank_editor $out/bin/opn2_bank_editor
18
- '';
19
})
0 commit comments