thanos: 0.5.0-rc.0 -> 0.5.0
This commit is contained in:
parent
dc69b3e6ad
commit
aefb0aa912
|
@ -8,13 +8,13 @@ let
|
||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "thanos";
|
pname = "thanos";
|
||||||
version = "0.5.0-rc.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "improbable-eng";
|
owner = "improbable-eng";
|
||||||
repo = "thanos";
|
repo = "thanos";
|
||||||
sha256 = "1m7jj5g7s4c7nhbyc6vwn08ripp4d3ciim48siillwhm90gbphrw";
|
sha256 = "0my0653mkb14m93s4x3nyf8khyljkvi5sq049lir8yqzqn7p1654";
|
||||||
};
|
};
|
||||||
|
|
||||||
overrideModAttrs = oldAttrs : {
|
overrideModAttrs = oldAttrs : {
|
||||||
|
|
Loading…
Reference in New Issue