tango-cpp: 10.1.1 -> 10.1.2 (#488279)

This commit is contained in:
Sandro
2026-02-16 23:42:42 +00:00
committed by GitHub
+2 -2
View File
@@ -16,14 +16,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "tango-cpp";
version = "10.1.1";
version = "10.1.2";
src = fetchFromGitLab {
owner = "tango-controls";
repo = "cppTango";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-Edv7ZGnESjpuwt0Hentl0qgV2PfBgXWED7v9pUvTW0o=";
hash = "sha256-8AFQMw3mUKbHFJBm3Xmme2ehqgZowLQsU0cn1gMLbTc=";
};
patches = [