Skip to content

Commit 3caed9f

Browse files
committed
portmidi: 2.0.4 -> 2.0.6
1 parent c0874d9 commit 3caed9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/po/portmidi/package.nix

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

1010
stdenv.mkDerivation rec {
1111
pname = "portmidi";
12-
version = "2.0.4";
12+
version = "2.0.6";
1313

1414
src = fetchFromGitHub {
1515
owner = "portmidi";
1616
repo = "portmidi";
1717
rev = "v${version}";
18-
sha256 = "sha256-uqBeh9vBP6+V+FN4lfeGxePQcpZMDYUuAo/d9a5rQxU=";
18+
sha256 = "sha256-ou+zN4XnR+QaWC/hzgtThVbeZ/3UVLTpZ9O+eQSGVBs=";
1919
};
2020

2121
cmakeFlags = [

0 commit comments

Comments
 (0)