Skip to content

Commit 1ace844

Browse files
author
gnidorah
committed
opn2bankeditor: 1.3-beta -> 1.3
1 parent 059675c commit 1ace844

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
{ opl3bankeditor, fetchFromGitHub }:
22

33
opl3bankeditor.overrideAttrs (oldAttrs: rec {
4-
version = "1.3-beta";
4+
version = "1.3";
55
pname = "OPN2BankEditor";
66

77
src = fetchFromGitHub {
88
owner = "Wohlstand";
99
repo = pname;
10-
rev = version;
11-
sha256 = "0blcvqfj1yj6cmm079aw4jdzv3066jxqy9krp268i6cl2b3bmwvw";
10+
rev = "v${version}";
11+
sha256 = "0xsvv0gxqh1lx22f1jm384f7mq1jp57fmpsx1jjaxz435w5hf8s0";
1212
fetchSubmodules = true;
1313
};
14-
15-
# to be removed with next release
16-
postInstall = ''
17-
install -Dm755 opn2_bank_editor $out/bin/opn2_bank_editor
18-
'';
1914
})

0 commit comments

Comments
 (0)