Unverified Commit eda3e7b8 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

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

parents 89f5049c 035cc18b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 ];