opencsg: 1.8.1 -> 1.8.2

This commit is contained in:
R. Ryantm
2026-02-09 00:49:41 +00:00
parent 4db04c4fc3
commit 0ac5c99063
+2 -2
View File
@@ -15,11 +15,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "opencsg";
version = "1.8.1";
version = "1.8.2";
src = fetchurl {
url = "http://www.opencsg.org/OpenCSG-${finalAttrs.version}.tar.gz";
hash = "sha256-r8wASontO8R4qeS6ObIPPVibJOI+J1tzg/kaWQ1NV8U=";
hash = "sha256-WsXfc7GtM0DdZwX/kOAJ8alGu5U2whwiY6b5dCZWZMA=";
};
patches = lib.optionals stdenv.hostPlatform.isDarwin [ ./opencsgexample.patch ];