tango-cpp: 10.3.0 -> 10.3.2 (#533155)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-20 09:20:56 +00:00
committed by GitHub
+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 = [