tango-database: 5.25 -> 5.28 (#465368)

This commit is contained in:
Felix Bühler
2026-01-11 20:06:17 +00:00
committed by GitHub
+3 -2
View File
@@ -17,14 +17,14 @@
# See $out/share/tango/db/create_db.sh
stdenv.mkDerivation rec {
pname = "tango-database";
version = "5.25";
version = "5.28";
src = fetchFromGitLab {
owner = "tango-controls";
repo = "TangoDatabase";
tag = "Database-Release-${version}";
fetchSubmodules = true;
hash = "sha256-hu2TIPxXyUtLK3bHFHuBYho23TGLkmsHfxEabsjsvmE=";
hash = "sha256-r8jrsDR22u30l1R6mK95KsLWHhheZa4/N6n/Xv4mKPc=";
};
nativeBuildInputs = [
@@ -60,6 +60,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Tango distributed control system - database server";
homepage = "https://gitlab.com/tango-controls/TangoDatabase";
changelog = "https://gitlab.com/tango-controls/TangoDatabase/-/blob/Database-Release-${version}/RELEASE_NOTES.md";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.gilice ];