tango-cpp: 10.3.0 -> 10.3.2

This commit is contained in:
R. Ryantm
2026-06-19 00:48:34 +00:00
parent 46f1d8c165
commit f208a3be77
+2 -2
View File
@@ -16,14 +16,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "tango-cpp";
version = "10.3.0";
version = "10.3.2";
src = fetchFromGitLab {
owner = "tango-controls";
repo = "cppTango";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-X4r2nMdW61TAqDLcVZ0tibJnn/ffXHt8RWSBDRqA0/8=";
hash = "sha256-hs8SvcTsO0tmGwBmtyzmqQEFIDwvFGOiQpzOMwJHWfM=";
};
nativeBuildInputs = [