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 1371a55 commit 01c763aCopy full SHA for 01c763a
pkgs/development/libraries/opencsg/default.nix
@@ -15,11 +15,11 @@
15
}:
16
17
stdenv.mkDerivation rec {
18
- version = "1.6.0";
+ version = "1.7.0";
19
pname = "opencsg";
20
src = fetchurl {
21
url = "http://www.opencsg.org/OpenCSG-${version}.tar.gz";
22
- hash = "sha256-v4+4Dj4M4R2H3XjdFaDehy27iXLYf1+Jz/xGHvrUe+g=";
+ hash = "sha256-uJLezIGp5nwsTSXFOZ1XbY93w7DAUmBgZ0MkPIZTnfg=";
23
};
24
25
nativeBuildInputs = [ qmake ] ++ lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;
0 commit comments