promscale 0.10.0 -> 0.17.0 https://repology.org/project/promscale/versions attrpath: promscale Checking auto update branch... No auto update branch exists Old version 0.10.0" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub , promscale , testers }: buildGoModule rec { pname = "promscale"; version = "0.17.0"; src = fetchFromGitHub { owner = "timescale"; repo = pname; rev = version; sha256 = "sha256-JizUI9XRzOEHF1kAblYQRYB11z9KWX7od3lPiRN+JNI="; }; vendorSha256 = "sha256-lnyKsipr/f9W9LWLb2lizKGLvIbS3XnSlOH1u1B87OY="; ldflags = [ "-s" "-w" "-X github.com/timescale/promscale/pkg/version.Version=${version}" "-X github.com/timescale/promscale/pkg/version.CommitHash=${src.rev}" ]; preBuild = '' # Without this build fails with # main module (github.com/timescale/promscale) does not contain package github.com/timescale/promscale/migration-tool/cmd/prom-migrator rm -r migration-tool ''; checkPhase = '' runHook preCheck # some checks requires access to a docker daemon for pkg in $(getGoDirs test | grep -Ev 'testhelpers|upgrade_tests|end_to_end_tests|util'); do buildGoDir test $checkFlags "$pkg" done runHook postCheck ''; passthru.tests.version = testers.testVersion { package = promscale; command = "promscale -version"; }; meta = with lib; { description = "An open-source analytical platform for Prometheus metrics"; homepage = "https://github.com/timescale/promscale"; changelog = "https://github.com/timescale/promscale/blob/${version}/CHANGELOG.md"; license = licenses.asl20; platforms = platforms.unix; maintainers = with maintainers; [ _0x4A6F anpin ]; }; } promscale 0.10.0 -> 0.17.0 https://github.com/timescale/promscale/releases attrpath: promscale Checking auto update branch... No auto update branch exists Old version 0.10.0" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub , promscale , testers }: buildGoModule rec { pname = "promscale"; version = "0.17.0"; src = fetchFromGitHub { owner = "timescale"; repo = pname; rev = version; sha256 = "sha256-JizUI9XRzOEHF1kAblYQRYB11z9KWX7od3lPiRN+JNI="; }; vendorSha256 = "sha256-lnyKsipr/f9W9LWLb2lizKGLvIbS3XnSlOH1u1B87OY="; ldflags = [ "-s" "-w" "-X github.com/timescale/promscale/pkg/version.Version=${version}" "-X github.com/timescale/promscale/pkg/version.CommitHash=${src.rev}" ]; preBuild = '' # Without this build fails with # main module (github.com/timescale/promscale) does not contain package github.com/timescale/promscale/migration-tool/cmd/prom-migrator rm -r migration-tool ''; checkPhase = '' runHook preCheck # some checks requires access to a docker daemon for pkg in $(getGoDirs test | grep -Ev 'testhelpers|upgrade_tests|end_to_end_tests|util'); do buildGoDir test $checkFlags "$pkg" done runHook postCheck ''; passthru.tests.version = testers.testVersion { package = promscale; command = "promscale -version"; }; meta = with lib; { description = "An open-source analytical platform for Prometheus metrics"; homepage = "https://github.com/timescale/promscale"; changelog = "https://github.com/timescale/promscale/blob/${version}/CHANGELOG.md"; license = licenses.asl20; platforms = platforms.unix; maintainers = with maintainers; [ _0x4A6F anpin ]; }; }