Skip to content

Commit d0de797

Browse files
authored
opencsg: 1.6.0 -> 1.7.0 (NixOS#375441)
2 parents 688f7d9 + 01c763a commit d0de797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/opencsg/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
}:
1616

1717
stdenv.mkDerivation rec {
18-
version = "1.6.0";
18+
version = "1.7.0";
1919
pname = "opencsg";
2020
src = fetchurl {
2121
url = "http://www.opencsg.org/OpenCSG-${version}.tar.gz";
22-
hash = "sha256-v4+4Dj4M4R2H3XjdFaDehy27iXLYf1+Jz/xGHvrUe+g=";
22+
hash = "sha256-uJLezIGp5nwsTSXFOZ1XbY93w7DAUmBgZ0MkPIZTnfg=";
2323
};
2424

2525
nativeBuildInputs = [ qmake ] ++ lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;

0 commit comments

Comments
 (0)