codipack: 2.3.2 -> 3.0.0

This commit is contained in:
R. Ryantm 2025-07-10 17:02:41 +00:00
parent 38a4e2c62e
commit 7f44881876

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "codipack";
version = "2.3.2";
version = "3.0.0";
src = fetchFromGitHub {
owner = "SciCompKL";
repo = "CoDiPack";
tag = "v${finalAttrs.version}";
hash = "sha256-feYtPDV0t7b49NIL5s6ZoBttRG2Bkwc0gOX6R6xDIbs=";
hash = "sha256-dGzLPU8YOrBdXPwUnEElqfxzbUdkAQxtv2+7+itNsyI=";
};
nativeBuildInputs = [